ApiFormRoles
Represents the ApiFormRoles class.
Methods
Method | Returns | Description |
---|---|---|
Add | boolean | Adds a new form role. |
GetAllRoles | string[] | Lists all available roles. |
GetCount | number | Returns a number of form roles. |
GetRoleColor | null | Object | Returns the RGB color of the specified role. |
HaveRole | boolean | Checks if a role with the specified name exists. |
MoveDown | boolean | Moves a role down in filling order. |
MoveUp | boolean | Moves a role up in filling order. |
Remove | boolean | Removes a role with the specified name. |
SetRoleColor | boolean | Sets the color for the specified role. |