Click or drag to resize
SchedulerModuleMetadata Class
Represents the Scheduler module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.SchedulerSchedulerModuleMetadata

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

The SchedulerModuleMetadata type exposes the following members.

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