Click or drag to resize

ZipFileProjectArchiveManagerWithoutClonedFileSaveAs Method

Saves the project with a name given in destinationFileName. The name can or can not be the same name as was used before.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDictionary<string, IProjectItem> SaveAs(
	FileName destinationFileName,
	SaveProjectAndWindowsStateDelegate saveProjectAndWindowsState
)

Parameters

destinationFileName  FileName
Name of the destination file.
saveProjectAndWindowsState  SaveProjectAndWindowsStateDelegate
Delegate to store the project document and the windows state into an IProjectArchive.

Return Value

IDictionaryString, IProjectItem
A dictionary where the keys are the archive entry names that where used to store the project items that are the values. The dictionary contains only those project items that need further handling (e.g. late load handling).

Implements

IFileBasedProjectArchiveManagerSaveAs(FileName, SaveProjectAndWindowsStateDelegate)
Exceptions
ExceptionCondition
ObjectDisposedException
See Also