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