Persistate API documentation
CreateWindow Method (workspaceName, title)
NamespacesPersistateUserInterfaceCreateWindow(String, String)

[This is preliminary documentation and is subject to change.]

Creates a new IPWindow using a Workspace and setting its title.
Declaration Syntax
C#
public abstract IPWindow CreateWindow(
	string workspaceName,
	string title
)
Parameters
workspaceName (String)
The name of the Workspace to use to create the window. If this contains a name, then Principal.FindNamedWorkspace is called on the active Session's Principal to find the Workspace to use. If no name is supplied, then Principal.FindStartupWorkspace is called.
title (String)
The title to give to the created window.
Return Value
An IPWindow representing the created main window.
Remarks
If the panes in the Workspace define any specific content then the appropriate object(s) are retrieved and displayed in the panes. This method does not make the new window visible. Use the ShowWindow method to show the new window in the user interface.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)