Click or drag to resize
ModuleManagerGetModule Method
Gets the module entry for specified module.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static Module GetModule(
	string name
)

Parameters

name
Type: SystemString
Module name

Return Value

Type: Module
See Also