Click or drag to resize
EnumStringRepresentationAttribute Class
Specifies the string representation for an enum field.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.HelpersEnumStringRepresentationAttribute

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public sealed class EnumStringRepresentationAttribute : Attribute

The EnumStringRepresentationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEnumStringRepresentationAttribute
Specifies the string representation for an enum field.
Top
Properties
  NameDescription
Public propertyStringRepresentation
Gets the string representation value.
Top
See Also