MoveResourceAsync Method
Moves the specified resource to a new folder.
Syntax
[VB.NET] Public Function MoveResourceAsync(ByVal FolderId As String) As Task
[C#] public Task MoveResourceAsync(string folderId);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
MoveResourceAsync MethodMoves the specified resource to a new folder. Syntax[VB.NET] Public Function MoveResourceAsync(ByVal FolderId As String) As Task [C#] public Task MoveResourceAsync(string folderId); RemarksThis method is the asynchronous version of the MoveResource method and is used to support asynchronous operations in WinRT. Please refer to MoveResource for more information. |
||