ArcObjects Library Reference (Catalog)  

IGxCatalogAdmin.EnableRootObject Method

Enables or disables the specified root-level object within the catalog.

[Visual Basic .NET]
Public Sub EnableRootObject ( _
    ByVal index As Integer, _
    ByVal IsEnabled As Boolean _
)
[C#]
public void EnableRootObject (
    int index,
    bool IsEnabled
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalogAdmin Interface