ModuleEntryManager GetModuleInfo Method Kentico 8.0 API Reference
Gets a module info object with the specified name.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem String
The name of the module info object to get.

Return Value

Type: ModuleInfo
The module info object with the specified name, if found; otherwise, null.
See Also