Click or drag to resize
ObjectTypeInfoClone Method

Note: This API is now obsolete.

Returns clone of type info where all the properties are copied.

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 ObjectTypeInfo Clone()

Return Value

Type: ObjectTypeInfo
See Also