IXmlDataImporterFolderKeys Property |
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.
Namespace: PDTec.IceNet.Core.XmlAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
Examplesforeach (KeyValuePair<string, string> pKey in pImporter.FolderKeys)
{
Repository.GetFolder(pKey.Value).AddKey(pKey.Key);
}
See Also