Click or drag to resize
ClassHelperRegisterCustomClassClassType Method (String)
Registers the custom App_Code class under the class name. Overrides the default one

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void RegisterCustomClass<ClassType>(
	string className
)
where ClassType : class, new()

Parameters

className
Type: SystemString
Class name

Type Parameters

ClassType
See Also