EnumCategoryAttribute Constructor |
Specifies the category for an enum field.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public EnumCategoryAttribute(
string category
)
Parameters
- category
- Type: SystemString
Category of the attributed enum field
See Also