WorkspaceManager.SaveWorkspace Method
Name | Parameters | Description |
---|---|---|
SaveWorkspace(String, Stream, Boolean) | name, stream, createIfNotExisting | Saves a workspace from the WorkspaceManager.Workspaces collection to a stream. |
SaveWorkspace(String, Object, Boolean) | name, path, createIfNotExisting | Saves a workspace from the WorkspaceManager.Workspaces collection to a local file. |