Class SearchEngineScheduler
The SearchEngineScheduler implements a SchedulerClient for the Indexing of portal content.
Inherited Members
Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke.dll
Syntax
public class SearchEngineScheduler : SchedulerClient
Constructors
| Improve this Doc View SourceSearchEngineScheduler(ScheduleHistoryItem)
Initializes a new instance of the SearchEngineScheduler class.
Declaration
public SearchEngineScheduler(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type | Name | Description |
---|---|---|
ScheduleHistoryItem | objScheduleHistoryItem |
Methods
| Improve this Doc View SourceDoWork()
DoWork runs the scheduled item.
Declaration
public override void DoWork()