WorkflowStepUserInfoProviderAddUserToWorkflowStep Method (Int32, Int32) |
Adds specified user to the workflow step.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static void AddUserToWorkflowStep(
int stepId,
int userId
)
Parameters
- stepId
- Type: SystemInt32
Step ID - userId
- Type: SystemInt32
User ID
See Also