ParentId Property
Parent Id for this object.
Syntax
char* GetParentId();
int SetParentId(char* lpszParentId);
Default Value
""
Remarks
A reference to the list object that is one level above this one. If either ParentName or ParentId is set to a nonempty string, then this object is a sub-object of its Parent.
This property is available for the following ListTypes: ltClass, ltCustomerType, ltJobType, and ltVendorType.
Data Type
String