IArrayCrawler Interface

Provides access to members that control an array crawler.

Members

Name Description
Write-only property CrawlerItemType The data source type associated with this crawler.
Read/write property DataSourceItems The array of data source items to traverse.

IArrayCrawler.CrawlerItemType Property

The data source type associated with this crawler.

Public WriteOnly Property CrawlerItemType
public void CrawlerItemType {set;}

IArrayCrawler.DataSourceItems Property

The array of data source items to traverse.

Public Property DataSourceItems As IStringArray
public IStringArray DataSourceItems {get; set;}

Classes that implement IArrayCrawler

Classes Description
ArrayCrawler A crawler for an array of strings.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.