Click or drag to resize
EmailModuleMetadata Class
Represents the Email module metadata.
Inheritance Hierarchy

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

The EmailModuleMetadata type exposes the following members.

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