Click or drag to resize
AbstractAutomationManagerInfoTypeGetUsersWhoCanMove Method (InfoType, AutomationStateInfo, SourcePoint, Boolean, Boolean, Boolean)
Returns list of all the users who can move object to the next step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public InfoDataSet<UserInfo> GetUsersWhoCanMove(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	SourcePoint sourcePoint,
	bool assigned,
	bool managers,
	bool administrators
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object
sourcePoint
Type: CMS.WorkflowEngine.DefinitionsSourcePoint
Step source point (for steps with multiple outgoing transitions)
assigned
Type: SystemBoolean
Indicates if users assigned to the workflow steps should be get. Users in the generic roles are not included
managers
Type: SystemBoolean
Indicates if users who have the manage workflow permission should be get
administrators
Type: SystemBoolean
Indicates if users who are global administrators should be get

Return Value

Type: InfoDataSetUserInfo
Returns defined role users, Global administrators and users who have the Manage processes permission for the object
See Also