| ModuleEntryManagerIsModuleLoaded Method  | 
            Determines whether the module info object with the specified name is available.
            
 
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntaxpublic static bool IsModuleLoaded(
	string name
)
Parameters
- name
 - Type: SystemString
The name of the module info object to locate. 
Return Value
Type: 
BooleanTrue, if the module info object with the specified name is available; otherwise, false.
Exceptions
See Also