UpdatePermissionAsync Method
Update the permissions on a file or folder.
Syntax
[VB.NET] Public Function UpdatePermissionAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||