Schedule members
SharePoint 2013
Provides the base class for SharePoint Enterprise Search crawl schedules.
The Schedule type exposes the following members.
| Name | Description | |
|---|---|---|
|
Schedule(SearchContext) | Initializes a new instance of the Schedule class based on the specified SearchContext object. |
|
Schedule(SearchServiceApplication) |
| Name | Description | |
|---|---|---|
|
BeginDay | Gets or sets the day of the month on which the crawl schedule starts. |
|
BeginMonth | Gets or sets the month in which the crawl schedule starts. |
|
BeginYear | Gets or sets the year in which the crawl schedule starts. |
|
Description | Gets a description of the crawl schedule. |
|
NextRunTime | Gets the next time a crawl is scheduled to run. |
|
RepeatDuration | Gets or sets the number of times to repeat the crawl schedule. |
|
RepeatInterval | Gets or sets the number of minutes between each repeat interval for the crawl schedule. |
|
StartHour | Gets or sets the hour the crawl schedule starts. |
|
StartMinute | Gets or sets the minute the crawl schedule starts. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
Invalidate | This member is reserved for internal use and is not intended to be used directly from your code. |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Show: