DeleteChild Method
Deletes a child from a folder.
Syntax
[VB.NET] Public Sub DeleteChild(ByVal childId As String)
[C#] public void DeleteChild(string childId);
Remarks
This method removes the child specified by ChildId from the parent folder specified by ResourceId.