The EPiServer.Enterprise namespace contains classes to export and import EPiServer information.
Classes
| Class | Description | |
|---|---|---|
| DataExporter |
Export pages to ziped XML format.
| |
| DataImporter |
Import pages from binary format
| |
| DynamicDataTransferHandler |
Handle transfering Dynamic Data
(e.g. PropertySettingsWrapper Setting of PageDefinition and Pageobjects on page data are the DDS items)
It register self to RegisterTransferHandlers when the system be starts by IInitializableModule (Initialize)
| |
| ExportImportBase |
Base class for export and import of pages
| |
| ParseUrlEventArgs |
Event arguments used to handle custom renaming of urls.
| |
| SerialiazableGuidEntry |
Represents a Xml serializable Guid,Guid dictionary entry.
| |
| SetUp |