ArcObjects Library Reference (Catalog)  

IGxCatalog.DisconnectFolder Method

Removes a folder connection from the catalog.

[Visual Basic .NET]
Public Sub DisconnectFolder ( _
    ByVal folderPath As String _
)
[C#]
public void DisconnectFolder (
    string folderPath
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalog Interface