Click or drag to resize
ClassHelperGetCustomClass Method
Attempts to get the custom class

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also