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


ITableCrawler.CrawlerItemType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITableCrawler.CrawlerItemType Property

The type of item returned by the crawler.

[Visual Basic .NET]
Public WriteOnly Property CrawlerItemType
[C#]
public void CrawlerItemType {set;}
[C++]
HRESULT put_CrawlerItemType(
  esriCrawlerDataSourceType 
);
[C++]

Parameters [in]
is a parameter of type esriCrawlerDataSourceType

Product Availability

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

See Also

ITableCrawler Interface