Click or drag to resize
WorkflowServiceGetUserListByRole Method
根据角色获取用户列表

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

Parameters

roleID
Type: SystemString

Return Value

Type: IListUser

Implements

IWorkflowServiceGetUserListByRole(String)
See Also