DeleteParentAsync Method
Deletes the parent from a file or folder.
Syntax
[VB.NET] Public Function DeleteParentAsync(ByVal parentId As String) As IAsyncAction
[C#] public IAsyncAction DeleteParentAsync(string parentId);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteParentAsync MethodDeletes the parent from a file or folder. Syntax[VB.NET] Public Function DeleteParentAsync(ByVal parentId As String) As IAsyncAction [C#] public IAsyncAction DeleteParentAsync(string parentId); RemarksThis method is the asynchronous version of the DeleteParent method and is used to support asynchronous operations in WinRT. Please refer to DeleteParent for more information. |
||