ListChildrenAsync Method
Lists children of the current folder.
Syntax
[VB.NET] Public Function ListChildrenAsync() As IAsyncAction
[C#] public IAsyncAction ListChildrenAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
ListChildrenAsync MethodLists children of the current folder. Syntax[VB.NET] Public Function ListChildrenAsync() As IAsyncAction [C#] public IAsyncAction 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. |
||