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