Click or drag to resize

IXmlDataImporterFiles Property

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.

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#
Dictionary<string, ObjectInfo> Files { get; }

Property Value

Type: DictionaryString, ObjectInfo
See Also