AddChild Method
Adds a child file or folder to a parent folder.
Syntax
[VB.NET] Public Function AddChild(ByVal ChildId As String) As String
[C#] public string AddChild(string childId);
Remarks
This method adds an existing file or folder specified by ChildId to a parent folder specified by ResourceId. ChildId is the resource Id of the child resource.