Click or drag to resize
EnumOrderAttribute Class
Specifies the order for an enum field.
Inheritance Hierarchy

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public sealed class EnumOrderAttribute : Attribute

The EnumOrderAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEnumOrderAttribute
Specifies the order for an enum field.
Top
Properties
  NameDescription
Public propertyOrder
Gets the order.
Top
See Also