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.5.94
Syntax
IEnumerable<IWorkflowAttribute> GetAttributesForWorkflowAction(
	EnumActionType workflowAction
)

Parameters

workflowAction
Type: Ingeniux.CMS.EnumsEnumActionType
The type of Workflow action for which to retrieve the required attributes.

Return Value

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