This document is archived and information here might be outdated.  Recommended version.


IRemoteMetadata.CreateChild Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IR > IRemoteMetadata Interface > IRemoteMetadata.CreateChild Method
ArcGIS Developer Help

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