Table of Contents

Class ModuleInstallationMetaData

Namespace
CMS.Core
Assembly
CMS.Core.dll

Installation meta data about single installation module, shipped with module via NuGet.

[Obsolete("Class is deprecated and will be removed.")]
[ObsoleteSince(29, 6)]
public class ModuleInstallationMetaData
Inheritance
object
ModuleInstallationMetaData
Extension Methods

Properties

Name

Name of the module.

public string Name { get; set; }

Property Value

string

Version

Version of the module (e.g. "1.2.3").

public string Version { get; set; }

Property Value

string