| ModuleEntryManagerGetModuleInfo Method  | 
            Gets a module info object with the specified name.
            
 
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntaxpublic static ModuleInfo GetModuleInfo(
	string name
)
Parameters
- name
 - Type: SystemString
The name of the module info object to get. 
Return Value
Type: 
ModuleInfoThe module info object with the specified name, if found; otherwise, null.
Exceptions
See Also