Class ModuleEntryManager
Provides management of module info objects in the hosting CMS application.
public class ModuleEntryManager
- Inheritance
-
objectModuleEntryManager
- Derived
- Extension Methods
Constructors
ModuleEntryManager()
public ModuleEntryManager()
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
namestringThe 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