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


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

ISearchServer.GetDataSourceList Method

The list of dataSource path.

[Visual Basic .NET]
Public Function GetDataSourceList ( _
) As IStringArray
[C#]
public IStringArray GetDataSourceList (
);
[C++]
HRESULT GetDataSourceList(
  IStringArray** ppDataSourceList
);
[C++]

Parameters ppDataSourceList [out, retval]
ppDataSourceList is a parameter of type IStringArray

Product Availability

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

See Also

ISearchServer Interface