Creates and adds a Page to the document.
The page will become the active page.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- suggestedTitle
- Type: System String
A suggested title. A suffix will be added to the suggested title if it is not unique, that is, another visual page with the name exists. Note that only the first 1000 characters of the suggested title are considered when naming the new page.
Return Value
Type: PageThe object model representation of the page that was added.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | suggestedTitle is null. |
System ArgumentException | suggestedTitle only contains whitespace characters. |
Version Information
See Also