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