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


ISearchServer.UnregisterDataSource Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

ISearchServer.UnregisterDataSource Method

Unregister Data Source.

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

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

Product Availability

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

See Also

ISearchServer Interface