Click or drag to resize
BaseInfoCloneObject Method
Creates the clone of the object

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

Parameters

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

Return Value

Type: BaseInfo

Implements

IInfoCloneObject(Boolean)
See Also