Click or drag to resize
NewsletterModuleMetadata Class
Represents the Newsletter module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.NewslettersNewsletterModuleMetadata

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public class NewsletterModuleMetadata : ModuleMetadata

The NewsletterModuleMetadata type exposes the following members.

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