Click or drag to resize

ProjectServiceBaseSaveProject(PathName) Method

Saves the current project under a provided file name. If the provided file name differs from the current file name, a project renaming event is triggered.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void SaveProject(
	PathName fileOrFolderName
)

Parameters

fileOrFolderName  PathName
If the project should be saved into a file, is should be a FileName. If the project should be saved into a folder, use a DirectoryName instead.

Implements

IProjectServiceSaveProject(PathName)
See Also