| IXmlDataImporter Interface | 
Namespace: PDTec.IceNet.Core.Xml
public interface IXmlDataImporter
The IXmlDataImporter type exposes the following members.
| Name | Description | |
|---|---|---|
| Files | 
            Gets the file information that was stored in the XML document. The
            dictionary key is the ID of the new file object that has been created
            in the repository during the import. The dictionary value is the 
            ObjectInfo including the FileContentInfo records from the XML document.
              | |
| FolderIds | 
            Gets the IDs of the folders that were created during the import. The 
            folder IDs are available after successfull import.
              | |
| FolderKeys | 
            Gets the folder keys stored in the imported XML document. The 
            folder keys are available after successfull import. The dictionary
            maps keys to folder IDs.
              | |
| FolderPermissions | 
            Gets the folder permissions stored in the imported XML document. The 
            folder permissions are available after successfull import. The dictionary
            maps folder IDs to permission information.
              | |
| FolderQualifications | 
            Gets the folder qualifications stored in the imported XML document. The 
            folder qualifications are available after successfull import. The dictionary
            maps folder IDs to qualifications information.
              | |
| ObjectIds | 
            Gets the IDs of the objects that were created during the import. The 
            object IDs are available after successfull import.
              | |
| ObjectKeys | 
            Gets the folder keys stored in the imported XML document. The 
            folder keys are available after successfull import. The dictionary
            maps keys to folder IDs.
              | |
| ObjectPermissions | 
            Gets the object permissions stored in the imported XML document. The 
            object permissions are available after successfull import. The dictionary
            maps object IDs to permission information.
              | |
| ObjectQualifications | 
            Gets the object qualifications stored in the imported XML document. The 
            object qualifications are available after successfull import. The dictionary
            maps object IDs to qualifications information.
              | |
| PreserveIds | 
            Gets or sets a value indicating whether the IDs from XML should be preserved
            when importing into the repository. This option is only available if the
            underlying data storage accepts external IDs (relational databases don't do 
            this).
              |