ITransitionAddAction Method
|
Adds a new
Action to the transition, at the end of the list.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIAction AddAction(
EnumActionType action,
string description
)
Function AddAction (
action As EnumActionType,
description As String
) As IAction
IAction^ AddAction(
EnumActionType action,
String^ description
)
abstract AddAction :
action : EnumActionType *
description : string -> IAction Parameters
- action EnumActionType
- The type of Action to add
- description String
- Description of the Action; default is empty
Return Value
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