IElementClone Method Ingeniux CMS Content Store API

Clones the current element and returns a new element. The cloned element usesthe name provided.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IElement Clone(
	string cloneName = null
)

Parameters

cloneName (Optional)
Type: SystemString
New name of the cloned element. Must be valid XML Element name or an exception is thrown.

Return Value

Type: IElement
The new element that is copy of this element.
See Also

Reference