ContentSource members
SharePoint 2013
Provides the base class for all content sources.
The ContentSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
| Name | Description | |
|---|---|---|
|
ContinuousCrawlStatus | |
|
CrawlCompleted | Gets the time of the last completed crawl of a content source. |
|
CrawlPriority | |
|
CrawlStarted | Gets the start time of the last crawl. |
|
CrawlStatus | Gets information about a content source's crawl status. |
|
DeleteCount | |
|
ErrorCount | |
|
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. |
|
LevelHighErrorCount | |
|
Name | Gets or sets the name for the content source. |
|
Parent | Gets the content source collection containing the content source. |
|
RefreshCrawls | |
|
StartAddresses | Gets the collection of start addresses for a content source. |
|
SuccessCount | |
|
Tag | Gets or sets the URL for the page to modify the settings for a custom content source. |
|
Type | Gets the type of content source. |
|
WarningCount |
| Name | Description | |
|---|---|---|
|
Delete | Deletes the content source. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetProperty | |
|
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. |
|
SetProperty | |
|
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. |
|
UpdatePartitionNameOfStartAddresses |
Show: