Class AssetsExportService
Inheritance
AssetsExportService
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class AssetsExportService : BasePortableService
Constructors
AssetsExportService()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IApplicationStatusInfo. Scheduled removal in v12.0.0.")]
public AssetsExportService()
AssetsExportService(IApplicationStatusInfo)
Declaration
public AssetsExportService(IApplicationStatusInfo appStatus)
Parameters
Properties
Category
Declaration
public override string Category { get; }
Property Value
Overrides
ParentCategory
Declaration
public override string ParentCategory { get; }
Property Value
Overrides
Priority
Declaration
public override uint Priority { get; }
Property Value
Overrides
Methods
ExportData(ExportImportJob, ExportDto)
Declaration
public override void ExportData(ExportImportJob exportJob, ExportDto exportDto)
Parameters
Overrides
GetImportTotal()
Declaration
public override int GetImportTotal()
Returns
Overrides
ImportData(ExportImportJob, ImportDto)
Declaration
public override void ImportData(ExportImportJob importJob, ImportDto importDto)
Parameters
Overrides
Extension Methods