Click or drag to resize
ModuleEntryManagerGetModuleInfo Method
Gets a module info object with the specified name.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public static ModuleInfo GetModuleInfo(
	string name
)

Parameters

name
Type: SystemString
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.
Exceptions
ExceptionCondition
ArgumentNullExceptionname
See Also