ApiContentControlListEntry
Represents the ApiContentControlListEntry class.
Methods
Method | Returns | Description |
---|---|---|
Delete | boolean | Deletes the specified item in the combo box / dropdown list content control. |
GetClassType | "contentControlList" | Returns a type of the ApiContentControlListEntry class. |
GetIndex | number | Returns an index of the content control list item in the combo box / dropdown list content control. |
GetParent | ApiContentControlList | Returns a parent of the content control list item in the combo box / dropdown list content control. |
GetText | string | Returns a String that represents the display text of a list item for the combo box / dropdown list content control. |
GetValue | string | Returns a String that represents the value of a list item for the combo box / dropdown list content control. |
MoveDown | boolean | Moves the current item in the parent combo box / dropdown list content control down one element, so that it is after the item that originally followed it. |
MoveUp | boolean | Moves the current item in the parent combo box / dropdown list content control up one element. |
Select | boolean | Selects the list entry in the combo box / dropdown list content control and sets the text of the content control to the selected item value. |
SetIndex | boolean | Sets an index to the content control list item in the combo box / dropdown list content control. |
SetText | boolean | Sets a String that represents the display text of a list item for the combo box / dropdown list content control. |
SetValue | boolean | Sets a String that represents the value of a list item for the combo box / dropdown list content control. |