IGenericObjectCrawler Interface

Provides access to members that control an object crawler.

Members

Name Description
Write-only property CrawlerItemType The data source type associated with this crawler.
Read/write property 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.

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