Click or drag to resize

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
Syntax
C#
public enum AssigneeStatsSortKey
Members
  Member nameValueDescription
QuestionCount0 Sort by total questions count for each assignee
AssigneeDisplayName1 Sort by assignee displayname
AnsweredPercentage2 Sort by the percentage of answered questions per assignee
See Also