Click or drag to resize
LicenseModuleMetadata Class
Represents the License module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.LicenseProviderLicenseModuleMetadata

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

The LicenseModuleMetadata type exposes the following members.

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