IWorkflowManagerGetAttributesForWorkflowAction Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IWorkflowAttribute> GetAttributesForWorkflowAction(
EnumActionType workflowAction
)
Function GetAttributesForWorkflowAction (
workflowAction As EnumActionType
) As IEnumerable(Of IWorkflowAttribute)
IEnumerable<IWorkflowAttribute^>^ GetAttributesForWorkflowAction(
EnumActionType workflowAction
)
abstract GetAttributesForWorkflowAction :
workflowAction : EnumActionType -> IEnumerable<IWorkflowAttribute>
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