Click or drag to resize
ChatHelper Methods

The ChatHelper type exposes the following members.

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