Click or drag to resize

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) Version: 25.0
Syntax
public int ParentConfID { get; }

Property Value

Int32
See Also