Click or drag to resize
ChatHelper Class
Provides helper methods for chat module.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperChatHelper
        CMS.ChatChatHelper

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class ChatHelper : AbstractHelper<ChatHelper>

The ChatHelper type exposes the following members.

Constructors
  NameDescription
Public methodChatHelper
Top
Methods
  NameDescription
Public methodStatic memberGetDocumentAbsoluteUrl
Gets absolute URL from relative document path (if given path is not empty).
Protected methodGetDocumentAbsoluteUrlInternal
Gets absolute URL from relative document path (if given path is not empty).
Public methodStatic memberCode exampleGetEnumTEnum, 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.
Protected methodCode exampleGetEnumInternalTEnum, 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.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also