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