Content members
Represents the top-level object for administration of the content sources for a Search service application.
The Content type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Content(SearchContext) | Obsolete. Initializes a new instance of the Content class. | |
Content(SearchServiceApplication) | Initializes a new instance of the Content class, based on the specified Search service application. |
Top
Properties
Name | Description | |
---|---|---|
ActiveDocuments | Gets an array of active documents for a Search service application. | |
ClientCertificateNames | Gets a list of all the client certificates available to the crawler to use for the crawl rules. | |
ContentSources | Gets the collection of content sources for the Search service application. | |
CrawlMappings | Gets the collection of crawl mappings for a Search service application. | |
CrawlRules | Gets the collection of crawl rules for a Search service application. | |
DefaultGatheringAccount | Gets the default account used by the crawler. | |
ExtensionList | Gets the list of file name extensions. | |
ListKnownLotusNotesServers | Gets the list of Lotus Notes servers that are known to the Search service application. | |
LotusNotesConfigured | Gets a Boolean value indicating whether the Search service application is configured to crawl Lotus Notes content. | |
Parent | Obsolete. Gets the search context for the search service. | |
RetryLimit | Gets or sets the time-out value. | |
SearchApplication | Gets the Search service application. |
Top
Methods
Name | Description | |
---|---|---|
DeleteCrawlInProgress | Returns a Boolean value indicating whether a crawl in progress can be deleted. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ListKnownLotusNotesDatabases | Returns the list of Lotus Notes databases for a specified server. | |
MemberwiseClone | (Inherited from Object.) | |
PauseBackgroundActivity | Pauses all content-related activity for a Search service application. | |
ResumeBackgroundActivity | Resumes content-related activity for a Search service application. | |
SetDefaultGatheringAccount | Sets the default crawler account and password. | |
ToString | (Inherited from Object.) |
Top