ModuleEntryManager IsModuleLoaded Method Kentico 8.1 API Reference
Determines whether the module info object with the specified name is available.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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

Return Value

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