DocumentLibraryVersion.Restore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Restores a previous saved version of a shared document from the DocumentLibraryVersions collection.
public:
System::Object ^ Restore();
public object Restore ();
abstract member Restore : unit -> obj
Public Function Restore () As Object
Returns
Remarks
Use the Restore method to return to an earlier saved version of the active document. The Restore method does several things:
- It changes the open version of the shared document to read-only mode but leaves it open.
- It opens the restored version in read/write mode.
- It saves the restored version to the server as a new document version, making the restored version the latest version.
The Restore method raises a run-time error if the active document has changes that have not been saved.