Click or drag to resize
BaseInfo.CloneObject Method
Creates the clone of the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public abstract BaseInfo CloneObject(
	bool clear = false
)

Parameters

clear (Optional)
Type: System.Boolean
If true, the object is cleared to be able to create new object

Return Value

Type: BaseInfo

Implements

IInfo.CloneObject(Boolean)
See Also