IWorkflowAttributeAddWorkflowActionType Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference