Click or drag to resize
AbstractAutomationManagerInfoTypeGetUsersWhoCanMove Method (InfoType, AutomationStateInfo, SourcePoint)
Returns list of users who can move object to the next step. Users who are approved due to generic roles are not included to the result.

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

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)

Return Value

Type: InfoDataSetUserInfo
See Also