Click or drag to resize
ModuleEntryManagerIsModuleLoaded Method
Determines whether the module info object with the specified name is available.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static bool IsModuleLoaded(
	string name
)

Parameters

name
Type: SystemString
The name of the module info object to locate.

Return Value

Type: Boolean
True, if the module info object with the specified name is available; otherwise, false.
See Also