Show / Hide Table of Contents

Class PageTemplatesExportService

Inheritance
object
BasePortableService
AssetsExportService
PageTemplatesExportService
Inherited Members
BasePortableService.Result
BasePortableService.Repository
BasePortableService.CheckPoint
BasePortableService.CheckCancelled
BasePortableService.CheckPointStageCallback
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.ExportImport.Components.Services
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class PageTemplatesExportService : AssetsExportService

Constructors

PageTemplatesExportService()

Declaration
public PageTemplatesExportService()

Properties

Category

Declaration
public override string Category { get; }
Property Value
Type Description
string
Overrides
AssetsExportService.Category

ParentCategory

Declaration
public override string ParentCategory { get; }
Property Value
Type Description
string
Overrides
AssetsExportService.ParentCategory

Priority

Declaration
public override uint Priority { get; }
Property Value
Type Description
uint
Overrides
AssetsExportService.Priority

Methods

ExportData(ExportImportJob, ExportDto)

Declaration
public override void ExportData(ExportImportJob exportJob, ExportDto exportDto)
Parameters
Type Name Description
ExportImportJob exportJob
ExportDto exportDto
Overrides
AssetsExportService.ExportData(ExportImportJob, ExportDto)

GetImportTotal()

Declaration
public override int GetImportTotal()
Returns
Type Description
int
Overrides
AssetsExportService.GetImportTotal()

ImportData(ExportImportJob, ImportDto)

Declaration
public override void ImportData(ExportImportJob importJob, ImportDto importDto)
Parameters
Type Name Description
ExportImportJob importJob
ImportDto importDto
Overrides
AssetsExportService.ImportData(ExportImportJob, ImportDto)

Extension Methods

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