DeleteParent Method
Deletes the parent from a file or folder.
Syntax
[VB.NET] Public Sub DeleteParent(ByVal parentId As String)
[C#] public void DeleteParent(string parentId);
Remarks
This method removes the parent specified by ParentId from the file or folder specified by ResourceId.
NOTE: This method has a corresponding asynchronous version (DeleteParentAsync) for use in the Xamarin environment.