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


IGxFolderAdmin.FindChildFolder Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxFolderAdmin Interface > IGxFolderAdmin.FindChildFolder Method
ArcGIS Developer Help

IGxFolderAdmin.FindChildFolder Method

Find a child folder.

[Visual Basic .NET]
Public Function FindChildFolder ( _
    ByVal Name As String _
) As IGxObject
[C#]
public IGxObject FindChildFolder (
    string Name
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFolderAdmin Interface