MoveToTrashAsync Method
Moves the selected file or folder to the trash.
Syntax
[VB.NET] Public Function MoveToTrashAsync() As Task
[C#] public Task MoveToTrashAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
MoveToTrashAsync MethodMoves the selected file or folder to the trash. Syntax[VB.NET] Public Function MoveToTrashAsync() As Task [C#] public Task MoveToTrashAsync(); RemarksThis method is the asynchronous version of the MoveToTrash method and is used to support asynchronous operations in WinRT. Please refer to MoveToTrash for more information. |
||