| ChatHelper Class | 
Namespace: CMS.Chat
public class ChatHelper : AbstractHelper<ChatHelper>
The ChatHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| ChatHelper | 
| Name | Description | |
|---|---|---|
| GetDocumentAbsoluteUrl | 
            Gets absolute URL from relative document path (if given path is not empty).
              | |
| GetDocumentAbsoluteUrlInternal | 
            Gets absolute URL from relative document path (if given path is not empty).
              | |
| GetEnumTEnum, TUnderlayingType | 
            Gets Enum from its underlying type. If the specified value doesn't have its representation in the enum, defaultValue is returned.
            
            Exception is thrown if TEnum is not Enum.
              | |
| GetEnumInternalTEnum, TUnderlayingType | 
            Gets Enum from its underlying type. If the specified value doesn't have its representation in the enum, defaultValue is returned.
            
            Exception is thrown if TEnum is not Enum.
              | |
| SetAsDefaultHelper | 
            Sets this object as the default helper
              (Inherited from AbstractHelperHelperType.) |