Click or drag to resize

IWorkflowManagerGetInitialWorkflowDefinitionsForGroup Method


Retrieves all Workflow Definitions with their initial Transition's Next Group matching the given Group.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IWorkflowDefinition> GetInitialWorkflowDefinitionsForGroup(
	IUserGroup userGroup
)

Parameters

userGroup
Type: Ingeniux.CMSIUserGroup
The group for which to find workflow defintions.

Return Value

Type: IEnumerableIWorkflowDefinition
All workflow defintions whose initial transition's next group is the provided user group.
See Also