PromoteRevisionAsync Method
Promotes a specific revision of a file to the current version.
Syntax
[VB.NET] Public Function PromoteRevisionAsync() As IAsyncAction
[C#] public IAsyncAction PromoteRevisionAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
PromoteRevisionAsync MethodPromotes a specific revision of a file to the current version. Syntax[VB.NET] Public Function PromoteRevisionAsync() As IAsyncAction [C#] public IAsyncAction PromoteRevisionAsync(); RemarksThis method is the asynchronous version of the PromoteRevision method and is used to support asynchronous operations in WinRT. Please refer to PromoteRevision for more information. |
||