AbstractInfoBaseTInfoCloneObject Method |
Creates the clone of the object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public override 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:
BaseInfoImplements
IInfoCloneObject(Boolean)See Also