Click or drag to resize
WorkflowServiceAppendUserList Method (IListUser, IListUser)
构造用户列表

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private IList<User> AppendUserList(
	IList<User> existUserList,
	IList<User> newUserList
)

Parameters

existUserList
Type: System.Collections.GenericIListUser
用户列表
newUserList
Type: System.Collections.GenericIListUser
追加用户列表

Return Value

Type: IListUser
用户列表
See Also