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