Click or drag to resize
BasicModuleInstallationMetaData Class
Basic module installation meta data (can be retrieved from the name of module installation meta file). The basic meta data is read only.
Inheritance Hierarchy
SystemObject
  CMS.CoreBasicModuleInstallationMetaData

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public class BasicModuleInstallationMetaData

The BasicModuleInstallationMetaData type exposes the following members.

Constructors
  NameDescription
Public methodBasicModuleInstallationMetaData
Creates new basic module installation meta data.
Top
Properties
  NameDescription
Public propertyName
Name of the module.
Public propertyVersion
Version of the module.
Top
Methods
See Also