|
INTERVIEW QUESTIONS
MICROSOFT
SHARE POINT SERVER
DETAILS
Question: How do I open an older version of a document?
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.
|
|
|
Category |
Share Point Server Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8394 users |
Added on |
9/25/2014 |
Views |
70961 |
Rate it! |
|
|
Question:
How do I open an older version of a document?
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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How Does SharePoint work?
|
View Answer
|
|
What are the actual advantages of SharePoint Portal Services (SPS) over SharePoint Team Services (STS)?
|
View Answer
|
|
Why Sharepoint is not a viable solution for enterprise wide deployments?
|
View Answer
|
|
What would you like to see in the next version of SharePoint?
|
View Answer
|
|
How is SharePoint Portal Server different from the Site Server?
|
View Answer
|
|
Does SharePoint work with NFS?
|
View Answer
|
|
How can I raise the trust level for assemblies installed in the BIN directory?
|
View Answer
|
|
What does partial trust mean the Web Part developer?
|
View Answer
|
|
Will SharePoint Portal Server and Team Services ever merge?
|
View Answer
|
|
What are the benefits of Microsoft Office SharePoint Server 2007?
|
View Answer
|
|
Write the features of the search component of Office SharePoint Server 2007?
|
View Answer
|
|
Does a SharePoint Web site include search functionality?
|
View Answer
|
|
What are the features of the new Content management in Office SharePoint 2007?
|
View Answer
|
|
What are the advanced features of MOSS 2007?
|
View Answer
|
|
What are the features that the portal components of Office SharePoint Server 2007 include?
|
View Answer
|
|
How Office SharePoint Server 2007 can help you?
|
View Answer
|
|
Will Microsoft Office SharePoint Server 2007 run on a 64-bit version of Microsoft Windows?
|
View Answer
|
|
Can I customize my Windows SharePoint Services site?
|
View Answer
|
|
Can SharePoint be linked to a SQL database?
|
View Answer
|
|
Can SharePoint be linked to an external data source?
|
View Answer
|