Click or drag to resize
ChatModuleMetadata Class
Represents the Chat module metadata.
Inheritance Hierarchy

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class ChatModuleMetadata : ModuleMetadata

The ChatModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodChatModuleMetadata
Default constructor
Top
Properties
  NameDescription
Public propertyName
Gets the module name.
(Inherited from ModuleMetadata.)
Public propertyRootPath
Gets the directory with module files.
(Inherited from ModuleMetadata.)
Top
See Also