Microsoft Office SharePoint Server 2007 Question:
Download Questions PDF

How do I open an older version of a document?

SharePoint Server 2007 Interview Question
SharePoint Server 2007 Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
How Does SharePoint work?Why do the workspace virtual directories show the error “stop sign” symbol in the IIS snap-in?