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