Click or drag to resize
ObjectTypeInfoMergeTypeInfos Method
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: 8.2.23
Syntax
C#
public static ObjectTypeInfo MergeTypeInfos(
	params ObjectTypeInfo[] typeInfos
)

Parameters

typeInfos
Type: CMS.DataEngineObjectTypeInfo
TypeInfos to merge

Return Value

Type: ObjectTypeInfo
See Also