This document is archived and information here might be outdated. Recommended version. |
The types of input data source types as a bitwise combination of esriCrawlerDataSourceType values.
[Visual Basic .NET]
Public Property InputDataSourceTypes As Integer
[C#]
public int InputDataSourceTypes {get; set;}
[C++]
HRESULT get_InputDataSourceTypes(
long pInputDataSourceTypes
);
[C++]
HRESULT put_InputDataSourceTypes(
System.Int32* pInputDataSourceTypes
);
[C++] Parameters pInputDataSourceTypes [in]
pInputDataSourceTypes is a parameter of type long pInputDataSourceTypes [out, retval]
pInputDataSourceTypes is a parameter of type long*