Click or drag to resize
ObjectFactoryTSetObjectTypeToNewType Method (Boolean, Boolean)
Sets the object type created by the factory to the given type.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public 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