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
Protected method 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
Public property CrawlCompleted Gets the time of the last completed crawl of a content source.
Public property CrawlStarted Gets the start time of the last crawl.
Public property CrawlStatus Gets information about a content source's crawl status.
Public property CrawlThrottle This member is reserved for internal use and is not intended to be used directly from your code.
Public property FullCrawlSchedule Gets or sets a content source's schedule of full crawls.
Public property Id Gets the identifier for a content source.
Public property IncrementalCrawlSchedule Gets or sets a content source's schedule of incremental crawls.
Public property Name Gets or sets the name for the content source.
Public property Parent Gets the content source collection containing the content source.
Public property StartAddresses Gets the collection of start addresses for a content source.
Public property Tag Gets or sets the URL for the page to modify the settings for a custom content source.

Top

Methods

  Name Description
Public method Delete Deletes the content source.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PauseCrawl Pauses an active crawl for the content source.
Public method ResumeCrawl Resumes a paused crawl for the content source.
Public method StartFullCrawl Starts a full crawl of the content source.
Public method StartIncrementalCrawl Starts an incremental crawl of the content source.
Public method StopCrawl Stops the crawl of a content source.
Public method ToString (Inherited from Object.)
Public method Update Updates a content source with the specified changes.

Top

See Also

Reference

ContentSource Class

Microsoft.Office.Server.Search.Administration Namespace