Adds a child file or folder to a parent folder.
[VB.NET] Public Function AddChildAsync(ByVal ChildId As String) As Task<string>
[C#] public Task<string> AddChildAsync(string childId);