IXmlDataExporter Interface |
Namespace: PDTec.IceNet.Core.Xml
public interface IXmlDataExporter
The IXmlDataExporter type exposes the following members.
Name | Description | |
---|---|---|
Folders |
Gets the set of folders to be exported.
| |
IncludeAccessControlLists |
Gets or sets if the ACL entries should be exported.
| |
IncludeAllFileVersions |
Gets or sets if all file versions should be exported. If set to false
only the latest version is exported.
| |
IncludeAuditInfo |
Gets or sets if audit information (Created/Changed By/On) should be exported.
| |
IncludeFiles |
Gets or sets if file versions should be exported.
| |
IncludeFolders |
Gets or sets if foldes should be exported.
| |
Objects |
Gets the set of objects to be exported.
| |
Recursive |
Gets or sets if the subfolder structures should be included in the export set.
|
Name | Description | |
---|---|---|
WriteFileContent |
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.
| |
WritingObject |
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.
|