Namespace EPiServer.Core.Transfer
Classes
ContentTransferContext
Base class for context used in import/export.
ExportSource
The export source is used to represent a page to be copied.
ExportTransformPropertyEventArgs
Event argument used when exporting property. Event handlers can be used to handle the data transfrom from site format to export format.
ImportTransformPropertyEventArgs
Event argument used when importing property. Event handlers can be used to handle the data transfrom from import format to site format.
PropertyXFormTransform
Transform a PropertyXForm property for the transfer functionality.
RegisterTransferHandler
Help to register custom transfer handler in the case of Exporting/mportin/PageTransfering. (e.g DynamicDataTransferHandlerregister)
RegisterTransferHandlerEventArgs
Occurs when a module try to transfering data.
TransferExportOptions
Specifies options used during export
TransferHandlerBase
Base class to handle and transfer custom data
TransferImportOptions
Specifies options used during import.
TransferLogger
Contains logging logic for import/export processing.
TransformPropertyEventArgs
Event argument used at import or export of a property.
Interfaces
IContentCopyHandler
IContentExporter
Signture for component that export content items.
IContentImporter
Signature for component that imports content
IContentTransfer
The base interface for transferring contents.
IContentTransferContext
Context for transfer of contents
IDependentContentTransfer
Interface that handles dependent content in export
IExportable
Defines the signature for a component that controls how it should be handled during export.
IFileTransfer
The base interface for handling files with the transfer functionality.
IFileTransferObject
A holder for files to be transferred.
IInterfaceHandledImport
Defines the signature for a component that is registered to handle import of properties for a specific interface.
IPropertyImporter
Signature for component that import properties
IRawContentRetriever
Used to get a data transfer format for an IContent instance.
IReferenceMap
IReference mapper is an interface to implement for properties with references to be able to replace all references when transfering the property.
ITransferContentData
Represents the transfer format of Content .
ITransferHandlerContext
Specifies the current operation
ITransferLogger
Contains log information about an export or import execution
ITransferPageData
Represents the transfer format of a PageData instance.
Enums
TypeOfTransfer
Type of transfer Operation