AbstractAutomationManagerInfoTypeGetUsersWhoCanMove Method (InfoType, AutomationStateInfo, SourcePoint, String, String, Int32, String) |
Note: This API is now obsolete.
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.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public InfoDataSet<UserInfo> GetUsersWhoCanMove(
InfoType infoObj,
AutomationStateInfo stateObj,
SourcePoint sourcePoint,
string where = null,
string orderBy = null,
int topN = 0,
string columns = null
)
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) - where (Optional)
- Type: SystemString
Where condition - orderBy (Optional)
- Type: SystemString
Order by clause - topN (Optional)
- Type: SystemInt32
Top N items - columns (Optional)
- Type: SystemString
List of columns to return
Return Value
Type:
InfoDataSetUserInfoSee Also