  | 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.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic int ParentConfID { get; }Public ReadOnly Property ParentConfID As Integer
	Get
Property Value
Int32
See Also