ModuleEntryManagerGetModuleInfo Method |
Gets a module info object with the specified name.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax public 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 Exception | Condition |
---|
ArgumentNullException | name |
See Also