| SurveyControllerIsSurveyAdministrator Method |
Check whether the user is contained directly in the Survey admin property of the survey or in a referred user group
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 bool IsSurveyAdministrator(
int surveyId,
int userId
)
Parameters
- surveyId
- Type: SystemInt32
- userId
- Type: SystemInt32
Return Value
Type:
Boolean
See Also