Click or drag to resize
CommunityModuleMetadata Class
Represents the Community module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.CommunityCommunityModuleMetadata

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

The CommunityModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodCommunityModuleMetadata
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