ObjectFactoryTChangeCreatedTypeTo Method (Type) |
Replaces the creation of the given original type by the new type
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax public static void ChangeCreatedTypeTo(
Type newType
)
Parameters
- newType
- Type: SystemType
New type
See Also