IWorkflowManagerGetAttributesForWorkflowAction Method Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference