MoveToTrashAsync Method
Moves the selected file or folder to the trash.
Syntax
[VB.NET] Public Function MoveToTrashAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||