Back to Devexpress

WorkspaceManager.LoadWorkspace Method

windowsforms-devexpress-dot-utils-dot-workspacemanager-dot-loadworkspace.md

latest1.5 KB
Original Source

WorkspaceManager.LoadWorkspace Method

NameParametersDescription
LoadWorkspace(String, Stream, Boolean)name, stream, getNameFromDataLoads a workspace from the target stream and places this workspace in the WorkspaceManager.Workspaces collection under the specific name.
LoadWorkspace(String, Stream)name, streamLoads a workspace from the target stream and places it in the WorkspaceManager.Workspaces collection under the specific name.
LoadWorkspace(String, Object, Boolean)name, path, getNameFromDataLoads a workspace from the target file and places this workspace in the WorkspaceManager.Workspaces collection under the specific name.
LoadWorkspace(String, Object)name, pathLoads a workspace from the target local file and places it in the WorkspaceManager.Workspaces collection under the specific name.