Table of Contents

Class ModuleEntryManager

Namespace
CMS.Core
Assembly
CMS.Core.dll

Provides management of module info objects in the hosting CMS application.

public class ModuleEntryManager
Inheritance
object
ModuleEntryManager
Derived
Extension Methods

Properties

Modules

Gets an enumerable collection of module info objects.

public static IEnumerable<ModuleInfo> Modules { get; }

Property Value

IEnumerable<ModuleInfo>

Methods

IsModuleLoaded(string)

Determines whether the module info object with the specified name is available.

public static bool IsModuleLoaded(string name)

Parameters

name string

The name of the module info object to locate.

Returns

bool

True, if the module info object with the specified name is available; otherwise, false.

Exceptions

ArgumentNullException

name