ApiContentControlList
Represents the ApiContentControlList class.
Methods
Method | Returns | Description |
---|---|---|
Add | boolean | Adds a new value to the combo box / dropdown list content control. |
Clear | None | Clears a list of values of the combo box / dropdown list content control. |
GetAllItems | ApiContentControlListEntry[] | Returns a collection of items (the ApiContentControlListEntry objects) of the combo box / dropdown list content control. |
GetClassType | "contentControlList" | Returns a type of the ApiContentControlList class. |
GetElementsCount | number | Returns a number of items of the combo box / dropdown list content control. |
GetItem | ApiContentControlListEntry | Returns an item of the combo box / dropdown list content control by the position specified in the request. |
GetParent | ApiInlineLvlSdt | ApiBlockLvlSdt | Returns a parent of the combo box / dropdown list content control. |