Enum MDOListElementType
What kind of element are we dealing with in the MDO-list? Same enum for all MDO-lists.
Namespace: SuperOffice.CRM.Rows
Assembly: SoCore.dll
Syntax
public enum MDOListElementType
Fields
Name | Description |
---|---|
Heading | A heading that has sub-nodes underneath. |
History | A history-node |
Root | A node that has no heading. |
SubNode | A node that has a heading. |