Click or drag to resize

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
)

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