Table of Contents

Class BasicModuleInstallationMetaData

Namespace
CMS.Core
Assembly
CMS.Core.dll

Basic module installation meta data (can be retrieved from the name of module installation meta file). The basic meta data is read only.

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

Constructors

BasicModuleInstallationMetaData(string, string)

Creates new basic module installation meta data.

public BasicModuleInstallationMetaData(string name, string version)

Parameters

name string

Module name.

version string

Module version.

Properties

Name

Name of the module.

public string Name { get; protected set; }

Property Value

string

Version

Version of the module.

public string Version { get; protected set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.