Click or drag to resize

IFolderBasedProjectArchiveManagerLoadFromFolder Method

Loads a project from a folder. The files in this folder represent the project items.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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