Click or drag to resize

ProjectServiceBaseSaveProjectAndWindowsState Method

Saves a project.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract IDictionary<string, IProjectItem> SaveProjectAndWindowsState(
	IProjectArchive archiveToSaveTo,
	IProjectArchive? archiveToCopyFrom
)

Parameters

archiveToSaveTo  IProjectArchive
The project archive to save the project to.
archiveToCopyFrom  IProjectArchive
The project archive that represents the last state of saving before this saving Can be used to copy some of the data, that were not changed inbetween savings. This parameter can be null, for instance, if no such archive exists.

Return Value

IDictionaryString, IProjectItem
A dictionary where the keys are the entrynames that where used to store the project items that are the values.
See Also