Click or drag to resize

IXmlDataImporterFolderIdMap Property

Gets the dictionary that maps the folder IDs from the XML document to the imported folder IDs. The folder IDs are available after successfull import.

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#
IDictionary<string, string> FolderIdMap { get; }

Property Value

Type: IDictionaryString, String
See Also