ContentSource Members
Include Protected Members
Include Inherited Members
Provides the base class for all Enterprise Search content sources.
The ContentSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentSource | This member is reserved for internal use and is not intended to be used directly from your code. Initializes a new instance of the ContentSource class. Do not use this method to create a content source, instead use the Create() method of the ContentSourceCollection class. |
Top
Properties
Name | Description | |
---|---|---|
CrawlCompleted | Gets the time of the last completed crawl of a content source. | |
CrawlStarted | Gets the start time of the last crawl. | |
CrawlStatus | Gets information about a content source's crawl status. | |
CrawlThrottle | This member is reserved for internal use and is not intended to be used directly from your code. | |
FullCrawlSchedule | Gets or sets a content source's schedule of full crawls. | |
Id | Gets the identifier for a content source. | |
IncrementalCrawlSchedule | Gets or sets a content source's schedule of incremental crawls. | |
Name | Gets or sets the name for the content source. | |
Parent | Gets the content source collection containing the content source. | |
StartAddresses | Gets the collection of start addresses for a content source. | |
Tag | Gets or sets the URL for the page to modify the settings for a custom content source. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the content source. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PauseCrawl | Pauses an active crawl for the content source. | |
ResumeCrawl | Resumes a paused crawl for the content source. | |
StartFullCrawl | Starts a full crawl of the content source. | |
StartIncrementalCrawl | Starts an incremental crawl of the content source. | |
StopCrawl | Stops the crawl of a content source. | |
ToString | (Inherited from Object.) | |
Update | Updates a content source with the specified changes. |
Top