Persistate API documentation
FindWorkspace Method (name)
NamespacesPersistatePackageFindWorkspace(String)

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

Finds a named Workspace within this package.
Declaration Syntax
C#
public Workspace FindWorkspace(
	string name
)
Parameters
name (String)
The name of the Workspace to find.
Return Value
The found Workspace or null if no Workspace has the given name.

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