Click or drag to resize
ClassHelperCompatibilityGetClassEventHandler Delegate
Event handler to get the class object based on the given class name.

Namespace: CMS.Compatibility
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public delegate Object GetClassEventHandler(
	string className
)

Parameters

className
Type: SystemString
Class name

Return Value

Type: Object
See Also