| SurveyControllerReassignSurveyObjects Method |
Reassigns a number of survey objects to a set of users. All existing assignees are cleared.
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 ReassignSurveyObjects(
int surveyId,
List<string> surveyObjectKeys,
List<int> newAssigneeIds,
bool manuallyAssigned
)
Parameters
- surveyId
- Type: SystemInt32
- surveyObjectKeys
- Type: System.Collections.GenericListString
- newAssigneeIds
- Type: System.Collections.GenericListInt32
User ids of the new assignees.
- manuallyAssigned
- Type: SystemBoolean
See Also