RestoreFromTrash Method
Restores a file or folder from trash.
Syntax
[VB.NET] Public Sub RestoreFromTrash()
[C#] public void RestoreFromTrash();
Remarks
This method restores the file or folder specified by ResourceId from the trash.
NOTE: This method has a corresponding asynchronous version (RestoreFromTrashAsync) for use in the Xamarin environment.