Click or drag to resize

ProjectServiceBaseInternalSave Method

Internal routine to save a project under a given name.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalSave(
	PathName filename
)

Parameters

filename  PathName
The file or folder name to save the project to.
See Also