Click or drag to resize
IWorkflowServiceGetRoleUserListByProcess Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.IWorkflowService.GetRoleUserListByProcess(System.String,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<Role> GetRoleUserListByProcess(
	string processGUId,
	string version
)

Parameters

processGUId
Type: SystemString
version
Type: SystemString

Return Value

Type: IListRole
See Also