Click or drag to resize
EnumCategoryAttribute Class
Allows to differentiate enum's members to categories.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.HelpersEnumCategoryAttribute

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class EnumCategoryAttribute : Attribute

The EnumCategoryAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEnumCategoryAttribute
Specifies the category for an enum field.
Top
Properties
  NameDescription
Public propertyCategory
Gets the category.
Top
See Also