Table of Contents

Class ModuleInfo

Namespace
CMS.Core
Assembly
CMS.Core.dll

Represents a module info.

public sealed class ModuleInfo
Inheritance
object
ModuleInfo
Extension Methods

Constructors

ModuleInfo(ModuleEntry)

Initializes a new instance of the ModuleInfo class using the specified module.

public ModuleInfo(ModuleEntry module)

Parameters

module ModuleEntry

The module.

Properties

Module

Gets a module associated with this module info.

public ModuleEntry Module { get; }

Property Value

ModuleEntry

Name

Gets a module name.

public string Name { get; }

Property Value

string

Methods

ToString()

Converts the value of this module info to a string.

public override string ToString()

Returns

string