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

WorkspaceManager.LoadWorkspaces(Object) Method

Loads all workspaces in the target file into the WorkspaceManager.Workspaces collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void LoadWorkspaces(
    object path
)

Parameters

Name Type Description
path Object

A String value that specifies the path to a file that stores workspaces.

See Also