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