Click or drag to resize
AbstractAutomationManager<InfoType>.GetUsersWhoCanMove Method (InfoType, AutomationStateInfo, SourcePoint, String, String, Int32, String)
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: 9.0.0
Syntax
C#
public InfoDataSet<UserInfo> GetUsersWhoCanMove(
	InfoType infoObj,
	AutomationStateInfo stateObj,
	SourcePoint sourcePoint,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.Automation.AutomationStateInfo
State object
sourcePoint
Type: CMS.WorkflowEngine.Definitions.SourcePoint
Step source point (for steps with multiple outgoing transitions)
where
Type: System.String
Where condition
orderBy
Type: System.String
Order by clause
topN
Type: System.Int32
Top N items
columns
Type: System.String
List of columns to return

Return Value

Type: InfoDataSet<UserInfo>
See Also