Click or drag to resize
ModuleManagerGetReadOnlyObject Method (String)
Gets the cached object instance of given type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static BaseInfo GetReadOnlyObject(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: BaseInfo
See Also