Click or drag to resize
AbstractInfoBaseTInfoReplaceWithTNewInfo 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: 9.0.0
Syntax
C#
public static IConditionalObjectFactory ReplaceWith<TNewInfo>()
where TNewInfo : new()

Type Parameters

TNewInfo

Return Value

Type: IConditionalObjectFactory
See Also