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


IDataSourceCrawler.CrawlerItemType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDataSourceCrawler.CrawlerItemType Property

The type of the data source item returned by this crawler.

[Visual Basic .NET]
Public ReadOnly Property CrawlerItemType As esriCrawlerDataSourceType
[C#]
public esriCrawlerDataSourceType CrawlerItemType {get;}
[C++]
HRESULT get_CrawlerItemType(
  esriCrawlerDataSourceType* pCrawlerItemType
);
[C++]

Parameters pCrawlerItemType [out, retval]
pCrawlerItemType is a parameter of type esriCrawlerDataSourceType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataSourceCrawler Interface