ClassHelperGetCustomClass Method |
Attempts to get the custom class
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected virtual bool GetCustomClass(
string assemblyName,
string className,
ref Object obj
)
Parameters
- assemblyName
- Type: SystemString
Assembly name - className
- Type: SystemString
Class name - obj
- Type: SystemObject
Returns the class object
Return Value
Type:
BooleanSee Also