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.
|