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