Schedule Class
SharePoint 2007
Provides the base class for Enterprise Search crawl schedules.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Microsoft.Office.Server.Search.Administration Namespace
Managing Content
How to: Programmatically Configure a Crawl Schedule for a Content Source
How to: Programmatically Manage the Crawl of a Content Source
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
In Enterprise Search, there are four different crawl schedule types, each represented by a different class in the Administration object model. These are:
DailySchedule Use this class to specify the number of days between crawls.
WeeklySchedule Use this class to specify the number of weeks between crawls.
MonthlyDateSchedule Use this class to specify the days of the month and months of the year when the crawl should occur.
MonthlyDayOfWeekSchedule Use this class to specify the days of the month, the weeks of the month, and the months of the year when the crawl should occur.
System.Object
Microsoft.Office.Server.Search.Administration.Schedule
Microsoft.Office.Server.Search.Administration.DailySchedule
Microsoft.Office.Server.Search.Administration.MonthlyDateSchedule
Microsoft.Office.Server.Search.Administration.MonthlyDayOfWeekSchedule
Microsoft.Office.Server.Search.Administration.WeeklySchedule
Microsoft.Office.Server.Search.Administration.Schedule
Microsoft.Office.Server.Search.Administration.DailySchedule
Microsoft.Office.Server.Search.Administration.MonthlyDateSchedule
Microsoft.Office.Server.Search.Administration.MonthlyDayOfWeekSchedule
Microsoft.Office.Server.Search.Administration.WeeklySchedule
Reference
Schedule MembersMicrosoft.Office.Server.Search.Administration Namespace
Other Resources
Getting Started with the Enterprise Search Administration Object ModelManaging Content
How to: Programmatically Configure a Crawl Schedule for a Content Source
How to: Programmatically Manage the Crawl of a Content Source