This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IR > IRemoteMetadata Interface > IRemoteMetadata.CreateChild Method (ArcObjects .NET 10.5 SDK) |
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 );