Show / Hide Table of Contents

Class ExportImportEngine

Inheritance
object
ExportImportEngine
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.ExportImport.Components.Engines
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportImportEngine

Constructors

ExportImportEngine()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IEnumerable<BasePortableService>. Scheduled removal in v12.0.0.")]
public ExportImportEngine()

ExportImportEngine(IEnumerable<BasePortableService>, ExportController)

Declaration
public ExportImportEngine(IEnumerable<BasePortableService> portableServices, ExportController exportController)
Parameters
Type Name Description
IEnumerable<BasePortableService> portableServices
ExportController exportController

Methods

AddLogsToDatabase(int, ICollection<LogItem>)

Declaration
public void AddLogsToDatabase(int jobId, ICollection<LogItem> completeLog)
Parameters
Type Name Description
int jobId
ICollection<LogItem> completeLog

Export(ExportImportJob, ExportImportResult, ScheduleHistoryItem)

Declaration
public void Export(ExportImportJob exportJob, ExportImportResult result, ScheduleHistoryItem scheduleHistoryItem)
Parameters
Type Name Description
ExportImportJob exportJob
ExportImportResult result
ScheduleHistoryItem scheduleHistoryItem

Import(ExportImportJob, ExportImportResult, ScheduleHistoryItem)

Declaration
public void Import(ExportImportJob importJob, ExportImportResult result, ScheduleHistoryItem scheduleHistoryItem)
Parameters
Type Name Description
ExportImportJob importJob
ExportImportResult result
ScheduleHistoryItem scheduleHistoryItem

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS