ClassHelperRegisterCustomClassClassType Method (String) |
Registers the custom App_Code class under the class name. Overrides the default one
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static void RegisterCustomClass<ClassType>(
string className
)
where ClassType : class, new()
Parameters
- className
- Type: SystemString
Class name
Type Parameters
- ClassType
See Also