IWorkflowManagerGetInitialWorkflowDefinitionsForGroup Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference