Click or drag to resize
AbstractInfoTInfoReplaceWithTNewInfo Method
Initiates the system to replace the info type with a specified type that must inherit from the original info type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static IConditionalObjectFactory ReplaceWith<TNewInfo>()
where TNewInfo : new()

Type Parameters

TNewInfo

Return Value

Type: IConditionalObjectFactory
See Also