Class ExportImportScheduler
Implements a SchedulerClient for the Exporting/Importing of site items.
Inherited Members
Namespace: Dnn.ExportImport.Components.Scheduler
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportScheduler : SchedulerClient
Constructors
| Improve this Doc View SourceExportImportScheduler(ScheduleHistoryItem)
Initializes a new instance of the ExportImportScheduler class.
Declaration
public ExportImportScheduler(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type | Name | Description |
---|---|---|
ScheduleHistoryItem | objScheduleHistoryItem |
Methods
| Improve this Doc View SourceDoWork()
This is the sub that kicks off the actual work within the SchedulerClient's subclass.
Declaration
public override void DoWork()