| ChatHelper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Chat
 Syntax
Syntaxpublic class ChatHelper : AbstractHelper<ChatHelper>
The ChatHelper type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ChatHelper | 
 Methods
Methods| 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.) | 
 See Also
See Also