Click or drag to resize
EnumCategoryAttribute Constructor
Specifies the category for an enum field.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public EnumCategoryAttribute(
	string category
)

Parameters

category
Type: SystemString
Category of the attributed enum field
See Also