Click or drag to resize

IWorkflowManagerGetAttributesForWorkflowAction Method


Retrieves collection of required Attributes for a given Workflow Action type.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IWorkflowAttribute> GetAttributesForWorkflowAction(
	EnumActionType workflowAction
)

Parameters

workflowAction  EnumActionType
The type of Workflow action for which to retrieve the required attributes.

Return Value

IEnumerableIWorkflowAttribute
Collection of required attributes for the given action type.
Remarks
The returns collection are blank Workflow attributes without their values assigned.
See Also