Type of OrganisationChart Item
| C# | Visual Basic | Visual C++ |
public enum OrganisationItemType
Public Enumeration OrganisationItemType
public enum class OrganisationItemType
| Member | Description |
|---|---|
| AssistantItem |
Indicates a assistant organisation chart item
|
| ChartItem |
Indicates a standard organisation chart item
|
| EditItem |
The ChartItem that is being edited
|
| StackedItem |
Indicates a stacked organisation chart item
|
| SummaryItem |
Indicates a summary organisation chart item
|