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


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

IGxCatalog.ConnectFolder Method

Adds a folder connection to the catalog and returns the folder object.

[Visual Basic .NET]
Public Function ConnectFolder ( _
    ByVal folderPath As String _
) As IGxFolder
[C#]
public IGxFolder ConnectFolder (
    string folderPath
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalog Interface