Click or drag to resize

IProjectServiceSaveProject(PathName) Method

Saves the project under the given file name, using the standard archive format.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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.
See Also