Provides access to members that control an array crawler.
Members
| Name | Description | |
|---|---|---|
![]() |
CrawlerItemType | The data source type associated with this crawler. |
![]() |
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. |

