Click or drag to resize
AgeCategoryEnum Enumeration
Represents age category used in ContactsGroupedByAgeViewModel.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
public enum AgeCategoryEnum
Members
  Member nameValueDescription
Unknown0 Represents contact category with unknown age.
_18_241 Represents contact category with age between 18 and 24.
_25_342 Represents contact category with age between 25 and 34.
_35_443 Represents contact category with age between 35 and 44.
_45_544 Represents contact category with age between 45 and 54.
_55_645 Represents contact category with age between 55 and 64.
_65plus6 Represents contact category with age greater or equal to 65.
See Also