Click or drag to resize
ModuleManagerGetReadOnlyObjectByClassName Method
Gets the cached object representation of the given class name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static BaseInfo GetReadOnlyObjectByClassName(
	string className
)

Parameters

className
Type: SystemString
Class name

Return Value

Type: BaseInfo
See Also