PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Clones the element and sets the parent element.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
 Clone(
	 parent
)
Visual Basic (Declaration)Copy imageCopy Code
Function Clone ( _
	parent As  _
) As 

Parameters

parent
IXmlElement

Return Value

See Also

IXmlElement Interface
Smartsite.Core Namespace
Advanced