Click or drag to resize

ProjectServiceBaseLoadProjectFromFileOrFolder Method

Opens a Altaxo project from a project file (without asking the user). The old project is closed without asking the user.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void LoadProjectFromFileOrFolder(
	PathName filename,
	bool showUserInteraction = true
)

Parameters

filename  PathName

[Missing <param name="filename"/> documentation for "M:Altaxo.Dom.ProjectServiceBase.LoadProjectFromFileOrFolder(Altaxo.Main.Services.PathName,System.Boolean)"]

showUserInteraction  Boolean  (Optional)
If true, and the file is read-only, a dialog box is asking the user whether to open the file in read-only mode. If false, and the file is read-only, the file will be opened in read-only-mode.
See Also