MoveResource Method
Moves the specified resource to a new folder.
Syntax
[VB.NET] Public Sub MoveResource(ByVal FolderId As String)
[C#] public void MoveResource(string folderId);
Remarks
This method moves the file or folder specified by ResourceId or ResourcePath to the folder specified by the FolderId parameter.
NOTE: This method has a corresponding asynchronous version (MoveResourceAsync) for use in the WinRT environment.