EnumExtensionMethods ToStringValue Method (Enum)Kentico 8.0 API Reference
Gets the string value for a given enum element from the StringValue attribute. If passed enum element doesn't contain StringValue attribute, name of the enum element is returned.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineString
String value of an enum element
See Also