SaaS CMS has officially launched! Learn more now.

Namespace EPiServer.Enterprise.Transfer.Internal

Classes

AllowedContentTypeDTO

DataTransferObject for AvailableSetting

AllowedContentTypesTransfer

Handles Import/Export of settings for available PageTypes

AllowedPageTypeDTO

DataTransferObject for AvailableSetting

CategoryTransfer

Transfer category tree information

ContentCopyHandler

Handles copy operations by creating an export package that is then imported. If number of pages is below EPiServer.Configuration.Settings.BackgroundCopyThreshold then the operation is performed on a MemoryStream and. Otherwise the copy operation will be perfomred using a temporary file.

ContentTransferForTest

Transfer pages

ContentTypeTransfer

DeleteChildrenTransfer

DeleteContentTransfer

DeletePageLanguageTransfer

DeleteVisitorGroupsTransfer

DependentData

Generic provider for loading linked objects

DynamicPropertyDefinitionTransfer

Transfer dynamic properties

DynamicPropertyDefinitionTransfer.PropertyDefinitionListWrapper

This is an internal class only used for serialization during import/export. The reason it is public is because it is needed for the serializer.

EntityReferenceTransferHandler

Hanldes transfer of EntityRefernce instances stored in DynamicDataStore.

FrameTransfer

Transfer frames

ImplicitlyAddedTransfer

MoveContentTransfer

ObjectTransferBase

Base class for object transfer

PageReferenceTransferHandler

Hanldes transfer of PageReferences stored in DDS

PropertyDefinitionTransfer

Transfer object for all properties, redirects to the correct transfer object.

TabDefinitionTransfer

Transfer tabs

VisitorGroupsTransfer

VisitorGroupTransferDataHandler

Handle transfering of visitorgroup data in the export/import and mirrroring context Visitor group and visitor group criteria are in the DDS items and it uses the DynamicDataTrafsferHandler

XmlTransferBase

Base class for object transfer

Interfaces

IContentTransferValidator

Marker interface for validate for transfering of content. It use in the import context.