Click or drag to resize

IFolderBasedProjectArchiveManagerSaveAs Method

Saves a project into a file system folder (the project items are represented by files in that folder). The folder name is given in folderName.

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

Parameters

folderName  DirectoryName
Name of the folder.
saveProjectAndWindowsState  SaveProjectAndWindowsStateDelegate
A delegate that saves the project document and the Gui state into a 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).
See Also