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: IEnumerableIWorkflowAttributeCollection of required attributes for the given action type.
Remarks
See Also