EnumOrderAttribute Constructor |
Specifies the order for an enum field.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public EnumOrderAttribute(
int order
)
Parameters
- order
- Type: SystemInt32
Order of the attributed enum field
See Also