Skip to main content

WorkspaceManager.LoadWorkspaces(Object) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v25.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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