IProjectServiceSaveProject(IProjectArchive) Method |
Saves the project in the provided archive. Is intended for saving the project into a COM stream only.
For regular saving into the file system, use one of the other Save.. methods.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IDictionary<string, IProjectItem> SaveProject(
IProjectArchive archive
)
Parameters
- archive IProjectArchive
- Archive to save the project into
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