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