Classes | |
class | Attachment |
A binary attachment to serialized items. More... | |
class | AttachmentXmlReader |
class | AttachmentXmlWriter |
class | AuthorizationXmlReader |
class | AuthorizationXmlWriter |
class | ChildXmlWriter |
class | DefinedDetailXmlWriter |
class | DefinitionNotFoundException |
class | DeserializationException |
An exception that may be thrown when problems occur in the deseralization of exported content data. More... | |
class | DetailCollectionXmlReader |
class | DetailCollectionXmlWriter |
class | DetailXmlReader |
Reads a content detail from the input navigator. More... | |
class | DetailXmlWriter |
class | ElementWriter |
class | Exporter |
Exports items to a stream. More... | |
class | FileAttachmentAttribute |
Attaches files to exports. More... | |
class | GZipExporter |
class | GZipImporter |
interface | IAttachmentHandler |
interface | IImportRecord |
class | Importer |
class | ItemXmlReader |
class | ItemXmlWriter |
A content item xml serializer. More... | |
interface | IXmlReader |
interface | IXmlWriter |
Classes implementing this interface are respoinsible of writing various elements of a content item to the output stream. More... | |
class | ReadingJournal |
class | SerializationUtility |
class | WrongVersionException |
class | XmlReader |
Enumerations | |
enum | ExportOptions { Default = 0, OnlyDefinedDetails = 1, ExcludeAttachments = 2 } |
Hints for the export service. More... | |
enum | ImportOption { All = AllItems | Attachments, AllItems = Root | Children, Root = 1, Children = 2, Attachments = 4 } |
Hints for the export service.
Default |
Default/Export everything. |
OnlyDefinedDetails |
Don't export details which have no definition. |
ExcludeAttachments |
Don't export attachments. |
Definition at line 11 of file ExportOptions.cs.
All |
All items and attachments. |
AllItems |
All items except attachments. |
Root |
The root node. |
Children |
All items except the root node. |
Attachments |
Import attachment overwriting any existing files. |
Definition at line 6 of file ImportOption.cs.