Click or drag to resize
AbstractInfoBaseTInfoClone Method (Boolean)
Creates a clone of the object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public virtual TInfo Clone(
	bool clear
)

Parameters

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

Return Value

Type: TInfo
See Also