SetRole
Sets the role to the current form.
Syntax
expression.SetRole(role);
expression - A variable that represents a ApiComboBoxForm class.
Parameters
| Name | Required/Optional | Data type | Default | Description |
|---|---|---|---|---|
| role | Required | string | The role which will be attached to the current form. |
Returns
boolean