| SurveyControllerReassignSurveyStepActivity Method |
(Re)assigns the activity that represents a workflow step to everyone who is assigned to one or more questions that are active in the workflow step.
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void ReassignSurveyStepActivity(
int surveyId,
string step,
bool notifyRegardlessOfState = false
)
Parameters
- surveyId
- Type: SystemInt32
- step
- Type: SystemString
- notifyRegardlessOfState (Optional)
- Type: SystemBoolean
If true notification emails will be sent to the assignees regardless of whether the activity is active or not.
See Also