Click or drag to resize
IWorkflowServiceGetUserListByRole Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.GetUserListByRole(System.String)"]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
IList<User> GetUserListByRole(
	string roleID
)

Parameters

roleID
Type: SystemString

Return Value

Type: IListUser
See Also