ContentSource Members

Include Protected Members
Include Inherited Members

Provides the base class for all content sources.

The ContentSource type exposes the following members.

Constructors

  Name Description
Protected method ContentSource() 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.
Protected method ContentSource(ContentSourceCollection, String) 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 CrawlPriority
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 DeleteCount
Public property ErrorCount
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 LevelHighErrorCount
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 SuccessCount
Public property Tag Gets or sets the URL for the page to modify the settings for a custom content source.
Public property Type Gets the type of content source.
Public property WarningCount

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 GetProperty
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 SetProperty
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