| ClassHelperGetCustomClass Method | 
            Attempts to get the custom class
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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: 
Boolean See Also
See Also