| SurveyControllerGetSurveyAssignees Method |
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 Dictionary<int, string> GetSurveyAssignees(
int surveyId,
bool includeCompleted = false
)
Parameters
- surveyId
- Type: SystemInt32
- includeCompleted (Optional)
- Type: SystemBoolean
Include users that have completed all their questions in the survey?
Return Value
Type:
DictionaryInt32,
String
Keys are user ids.
Values are display names.
See Also