IFolderBasedProjectArchiveManagerLoadFromFolder Method |
Loads a project from a folder. The files in this folder represent the project items.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void LoadFromFolder(
DirectoryName folderName,
RestoreProjectAndWindowsState restoreProjectAndWindowsState
)
Parameters
- folderName DirectoryName
- Name of the folder.
- restoreProjectAndWindowsState RestoreProjectAndWindowsState
- Delegate that is used to deserialize and restore the project and the windows state.
Return Value
See Also