ArcObjects Library Reference (Catalog)  

IRemoteMetadata.CreateChild Method

Creates a new folder as a child of this folder.

[Visual Basic .NET]
Public Function CreateChild ( _
    ByVal server As String, _
    ByVal Service As String, _
    ByVal UserName As String, _
    ByVal Password As String, _
    ByVal isFolder As Boolean _
) As IGxObject
[C#]
public IGxObject CreateChild (
    string server,
    string Service,
    string UserName,
    string Password,
    bool isFolder
);

Product Availability

Available with ArcGIS Desktop.

See Also

IRemoteMetadata Interface