Adds a new Action to the transition, at the end of the list.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- action
- Type: Ingeniux.CMS.EnumsEnumActionType
The type of Action to add - description
- Type: SystemString
Description of the Action; default is empty
Return Value
Type: IActionThe newly created action.
Remarks
Differnt types of actions have different sets of required attributes. Because this method doesn't add those attributes, they need to be added later.
See Also