Click or drag to resize
CountTypeEnum Enumeration
Count type enumeration.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public enum CountTypeEnum
Members
  Member nameValueDescription
None0 No count.
Absolute1 Absolute count.
Percentage2 Percentage count.
See Also