This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a new object that is a copy of the current instance.

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

Syntax

C#Copy imageCopy Code
public  Clone()
Visual Basic (Declaration)Copy imageCopy Code
Public Function Clone As 

Return Value

A new object that is a copy of this instance.

See Also

Advanced