ObjectFactoryTSetObjectTypeToNewType Method (Boolean, Boolean) |
Sets the object type created by the factory to the given type.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntaxpublic static void SetObjectTypeTo<NewType>(
bool canBeReplaced = false,
bool replaceExisting = true
)
where NewType : T
Parameters
- canBeReplaced (Optional)
- Type: SystemBoolean
If true, the given object type can be replaced by other object type - replaceExisting (Optional)
- Type: SystemBoolean
If true, the service replaces existing if service is already initialized
Type Parameters
- NewType
See Also