Click or drag to resize
IXmlDataImporterObjectIds Property
Gets the IDs of the objects that were created during the import. The object IDs are available after successfull import.

Namespace: PDTec.IceNet.Core.Xml
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ICollection<string> ObjectIds { get; }

Property Value

Type: ICollectionString
See Also