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