IWorkflowManagerGetAttributesForWorkflowAction Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 EnumActionType
- The type of Workflow action for which to retrieve the required attributes.
Return Value
IEnumerableIWorkflowAttributeCollection of required attributes for the given action type.
Remarks
See Also