Click or drag to resize
EnumOrderAttribute Constructor
Specifies the order for an enum field.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public EnumOrderAttribute(
	int order
)

Parameters

order
Type: SystemInt32
Order of the attributed enum field
See Also