Provides access to members that control an object crawler.
Members
Name | Description | |
---|---|---|
CrawlerItemType | The data source type associated with this crawler. | |
Object | The object to crawl. |
IGenericObjectCrawler.CrawlerItemType Property
The data source type associated with this crawler.
Public WriteOnly Property CrawlerItemType
public void CrawlerItemType {set;}
IGenericObjectCrawler.Object Property
The object to crawl.
Public Property Object As Object
public object Object {get; set;}
Classes that implement IGenericObjectCrawler
Classes | Description |
---|---|
GenericObjectCrawler | A crawler for objects. |