ArcObjects Library Reference (Catalog)  

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