 | ExportDataRowParentConfID Property |
ConfID of the row that it this row's parent. -1 for root items.
Hierarchical structure can be built using
ConfID and
ParentConfID.
You should investigate
ParentDefined before trying to obtain this as
even -1 could be valid value in some special cases.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic int ParentConfID { get; }
Public ReadOnly Property ParentConfID As Integer
Get
Property Value
Type:
Int32
See Also