IWorkflowAttributeAddWorkflowActionType Method
|
Adds a new
Action type to the attribute's allowed action types.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AddWorkflowActionType(
EnumActionType workflowActionType
)
Sub AddWorkflowActionType (
workflowActionType As EnumActionType
)
void AddWorkflowActionType(
EnumActionType workflowActionType
)
abstract AddWorkflowActionType :
workflowActionType : EnumActionType -> unit
Parameters
- workflowActionType
- Type: Ingeniux.CMS.EnumsEnumActionType
Action type to add
Remarks Method has no effect if the specified
Action type already exists in allow action types.
See Also