Page Duplicate Method TIBCO Spotfire 6.0 API Reference
Returns a copy of this Page intended to be attached immediately.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use PageCollection.AddDuplicate(Page) instead.")]
public Page Duplicate()

Return Value

Type: Page
A duplicate of this Page
See Also