Click or drag to resize
ModuleInstallationMetaData Class
Installation meta data about single installation module, shipped with module via NuGet.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleInstallationMetaData

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class ModuleInstallationMetaData

The ModuleInstallationMetaData type exposes the following members.

Constructors
  NameDescription
Public methodModuleInstallationMetaData
Top
Properties
  NameDescription
Public propertyName
Name of the module.
Public propertyVersion
Version of the module (e.g. "1.2.3").
Top
See Also