DeleteChildAsync Method
Deletes a child from a folder.
Syntax
[VB.NET] Public Function DeleteChildAsync(ByVal childId As String) As Task
[C#] public Task 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 Task [C#] public Task 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. |
||