PromoteRevision Method
Promotes a specific revision of a file to the current version.
Syntax
[VB.NET] Public Sub PromoteRevision()
[C#] public void PromoteRevision();
Remarks
This method promotes a revision to the current version of the file. This allows restoring a previous revision.
Before calling this method set ResourceId to the Id of the file, and set ResourceRevision to the revision of the file that should be restored.