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