Click or drag to resize
NotificationsModuleMetadata Class
Represents the Notifications module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.NotificationsNotificationsModuleMetadata

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

The NotificationsModuleMetadata type exposes the following members.

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