Click or drag to resize
ModuleEntryManagerRegisterModule Method
Registers a module info object.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public static void RegisterModule(
	ModuleInfo moduleInfo
)

Parameters

moduleInfo
Type: CMS.CoreModuleInfo
The module info object to register.
Exceptions
ExceptionCondition
ArgumentNullExceptionmoduleInfo
ArgumentExceptionThrown when ModuleInfo with the same Name is already registered.
See Also