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.
Copies URL parameters from the specified source to the given destination.

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

Syntax

C#Copy imageCopy Code
public static void Copy(
	 source,
	 destination,
	bool definitionOnly
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub Copy ( _
	source As , _
	destination As , _
	definitionOnly As  _
)

Parameters

source
XUriQuery
The source.
destination
XUriQuery
The destination.
definitionOnly
Boolean
if set to true only the definition is updated.

See Also

Advanced