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


ITxCatalog.DisconnectFolder Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalog.DisconnectFolder Method

Disconnect a folder from the root level of the Catalog.

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

Parameters bstrFolderPath [in] bstrFolderPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxCatalog Interface