Persistate API documentation
FindStartupWorkspace Method (package)
NamespacesPersistatePrincipalFindStartupWorkspace(Package)

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

Finds any start-up Workspace for a particular Package.
Declaration Syntax
C#
public Workspace FindStartupWorkspace(
	Package package
)
Parameters
package (Package)
The Package that the Workspace is for.
Return Value
The first Workspace found for the given Package, or null if none was found.
Remarks
This looks first in the Principal's Workspace collection for a workspace for the given Package marked as a start-up workspace, then for any user Workspace for the Package, and finally for any Workspace defined in the Package itself.

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