Click or drag to resize

ProjectServiceBaseSaveProject(IProjectArchive) Method

Saves a project.

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

Parameters

archiveToSaveTo  IProjectArchive
The project archive to save the project to.

Return Value

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

Implements

IProjectServiceSaveProject(IProjectArchive)
See Also