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