IFileBasedProjectArchiveManagerSaveAs Method |
Saves a project into a Zip file using the name given in fileName.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IDictionary<string, IProjectItem> SaveAs(
FileName fileName,
SaveProjectAndWindowsStateDelegate saveProjectAndWindowsState
)
Parameters
- fileName FileName
- Name of the file.
- saveProjectAndWindowsState SaveProjectAndWindowsStateDelegate
- A delegate that saves the project document and the Gui state into a IProjectArchive.
Return Value
IDictionaryString,
IProjectItemA 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