| AssigneeStatsSortKey Enumeration |
Enum used in sorting of SurveyAssigneeQuestionStats objects
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 enum AssigneeStatsSortKey
Members
| Member name | Value | Description |
---|
| QuestionCount | 0 |
Sort by total questions count for each assignee
|
| AssigneeDisplayName | 1 |
Sort by assignee displayname
|
| AnsweredPercentage | 2 |
Sort by the percentage of answered questions per assignee
|
See Also