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


ISearchServer.UnregisterDataSource Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

No record for Search in Libraries found

See Also

ISearchServer Interface