Skip to main content
A newer version of this page is available. .

WorkspaceManager.LoadWorkspace Method

Name Parameters Description
LoadWorkspace(String, Stream, Boolean) name, stream, getNameFromData Loads a workspace from the target stream and places this workspace in the WorkspaceManager.Workspaces collection under the specific name.
LoadWorkspace(String, Stream) name, stream Loads a workspace from the target stream and places it in the WorkspaceManager.Workspaces collection under the specific name.
LoadWorkspace(String, Object, Boolean) name, path, getNameFromData Loads a workspace from the target file and places this workspace in the WorkspaceManager.Workspaces collection under the specific name.
LoadWorkspace(String, Object) name, path Loads a workspace from the target local file and places it in the WorkspaceManager.Workspaces collection under the specific name.