EnumExtensionMethods ToStringValue Method (Enum)Kentico 8.1 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.1.5347.20411)

Return Value

Type: OnlineString
String value of an enum element
See Also