Click or drag to resize
ModuleInfo Constructor (ModuleEntry)
Initializes a new instance of the ModuleInfo class using the specified module.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public ModuleInfo(
	ModuleEntry module
)

Parameters

module
Type: CMS.CoreModuleEntry
The module.
See Also