Click or drag to resize
EnumStringRepresentationAttribute Constructor
Specifies the string representation for an enum field.

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

Parameters

stringRepresentation
Type: SystemString
String representation of the attributed enum field
See Also