ListVersionsAsync Method
Lists the versions of the specified document.
Syntax
[VB.NET] Public Function ListVersionsAsync(ByVal FileName As String) As Task
[C#] public Task ListVersionsAsync(string fileName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListVersionsAsync MethodLists the versions of the specified document. Syntax[VB.NET] Public Function ListVersionsAsync(ByVal FileName As String) As Task [C#] public Task ListVersionsAsync(string fileName); RemarksThis method is the asynchronous version of the ListVersions method and is used to support asynchronous operations in WinRT. Please refer to ListVersions for more information. |
||