ClassHelperRegisterCustomClassClassType Method (String, String) |
Registers the custom class under the given assembly name and 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 assemblyName,
string className
)
where ClassType : new()
Parameters
- assemblyName
- Type: SystemString
Assembly name - className
- Type: SystemString
Class name
Type Parameters
- ClassType
See Also