LotusNotesContentSource Members
Include Protected Members
Include Inherited Members
Represents a content source for Lotus Notes content.
The LotusNotesContentSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CrawlCompleted | Gets the time of the last completed crawl of a content source. (Inherited from ContentSource.) |
![]() |
CrawlStarted | Gets the start time of the last crawl. (Inherited from ContentSource.) |
![]() |
CrawlStatus | Gets information about a content source's crawl status. (Inherited from ContentSource.) |
![]() |
CrawlThrottle | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ContentSource.) |
![]() |
FollowDirectories | Gets or sets a Boolean value indicating whether the crawler should include subdirectories in the crawl. (Inherited from HierarchicalContentSource.) |
![]() |
FullCrawlSchedule | Gets or sets a content source's schedule of full crawls. (Inherited from ContentSource.) |
![]() |
Id | Gets the identifier for a content source. (Inherited from ContentSource.) |
![]() |
IncrementalCrawlSchedule | Gets or sets a content source's schedule of incremental crawls. (Inherited from ContentSource.) |
![]() |
Name | Gets or sets the name for the content source. (Inherited from ContentSource.) |
![]() |
Parent | Gets the content source collection containing the content source. (Inherited from ContentSource.) |
![]() |
StartAddresses | Gets the collection of start addresses for a content source. (Inherited from ContentSource.) |
![]() |
Tag | Gets or sets the URL for the page to modify the settings for a custom content source. (Inherited from ContentSource.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Delete | Deletes the content source. (Inherited from ContentSource.) |
![]() |
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. (Inherited from ContentSource.) |
![]() |
ResumeCrawl | Resumes a paused crawl for the content source. (Inherited from ContentSource.) |
![]() |
StartFullCrawl | Starts a full crawl of the content source. (Inherited from ContentSource.) |
![]() |
StartIncrementalCrawl | Starts an incremental crawl of the content source. (Inherited from ContentSource.) |
![]() |
StopCrawl | Stops the crawl of a content source. (Inherited from ContentSource.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Updates a content source with the specified changes. (Inherited from HierarchicalContentSource.) |
Top