Click or drag to resize
SiteModuleMetadata Class
Represents the Site module metadata.
Inheritance Hierarchy

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 11.0.0
Syntax
C#
public class SiteModuleMetadata : ModuleMetadata

The SiteModuleMetadata type exposes the following members.

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