ClassHelperCompatibilityGetClassEventHandler Delegate |
Event handler to get the class object based on the given class name.
Namespace: CMS.CompatibilityAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public delegate Object GetClassEventHandler(
string className
)
Parameters
- className
- Type: SystemString
Class name
Return Value
Type:
ObjectSee Also