Click or drag to resize
ObjectTypeInfoMergeTypeInfos Method

Note: This API is now obsolete.

Merges two or more type infos. Single valued properties are taken from the first type info, list properties are merged from all the participating typeinfos.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method will be removed as it does not align with type info invariance.")]
public static ObjectTypeInfo MergeTypeInfos(
	params ObjectTypeInfo[] typeInfos
)

Parameters

typeInfos
Type: CMS.DataEngineObjectTypeInfo
TypeInfos to merge

Return Value

Type: ObjectTypeInfo
See Also