Click or drag to resize

IXmlDataExporter Interface

The XML Exporter serializes a set of folders, objects and relationships to an XmlWriter.

Namespace:  PDTec.IceNet.Core.Xml
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IXmlDataExporter

The IXmlDataExporter type exposes the following members.

Properties
  NameDescription
Public propertyFolders
Gets the set of folders to be exported.
Public propertyIncludeAccessControlLists
Gets or sets if the ACL entries should be exported.
Public propertyIncludeAllFileVersions
Gets or sets if all file versions should be exported. If set to false only the latest version is exported.
Public propertyIncludeAuditInfo
Gets or sets if audit information (Created/Changed By/On) should be exported.
Public propertyIncludeFiles
Gets or sets if file versions should be exported.
Public propertyIncludeFolders
Gets or sets if foldes should be exported.
Public propertyObjects
Gets the set of objects to be exported.
Public propertyRecursive
Gets or sets if the subfolder structures should be included in the export set.
Top
Methods
  NameDescription
Public methodExport
Serializes the folders and objects to the XML writer.
Top
Events
  NameDescription
Public eventWriteFileContent
This event is raised when a file content is about to be written. Use this event to export file content that is referenced by the exported file object.
Public eventWritingObject
This event is raised when an object is serialized to XML. Use this event to add additional object keys to the XML or to write additional elements to the <Object> element.
Top
See Also