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

WorkspaceManager.SaveWorkspaces(Stream) Method

Saves all workspaces in the WorkspaceManager.Workspaces collection to the target stream.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void SaveWorkspaces(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream to which WorkspaceManager workspaces should be saved.

See Also