The ActionLocation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ActionBundle |
Bundle actions behind a drop down button. If multiple actions on an element share ActionBundle value, they can be compounded in the client UI.
|
![]() | ActionGroup |
Where the action should be grouped. Grouping is typically based on a priority, but can be a unique named group you define.
If your action is a primary action for the element it is attacted to you should ensure the ActionGroupPriorty is set to PrimaryHigh.
The lower priority, the lower in a menu list the action will appear.
|
![]() | ActionType |
Declare what type of action this is: Edit, Add, Delete, Other. You may also use 'DeveloperMode' which will hide the action when the C1 Console run in normal operations mode.
|
![]() | FolderName |
Not implemented at client level. Setting a folder name will have no effect.
|
![]() | IsInFolder |
Not implemented at client level. Setting this to true will have no effect.
|
![]() | IsInToolbar |
Set to true if your action is important enough to be shown in the toolbar. If this is a very specialized command, consider not showing it in the toolbar.
|