Microsoft Office SharePoint Server 2007 Question:

How do I open an older version of a document?

Tweet Share WhatsApp

Answer:

Normally, all previous versions are located in the shadow, so if you right click a published document from within the web folders, go to properties and then the third tab, versions you can view older versions.

If you want to do this in code:

strURL = "url of the last published version"
Set oVersion = New PKMCDO.KnowledgeVersion
Set prmRs = oVersion.VersionHistory(strURL)
Set oVersion = Nothing

prmRS will contain a recordset, which contains the url to the old versions in the shadow.

Download SharePoint Server 2007 PDF Read All 62 SharePoint Server 2007 Questions
Previous QuestionNext Question
How Does SharePoint work?Why do the workspace virtual directories show the error “stop sign” symbol in the IIS snap-in?