Click or drag to resize

FileSystemFileAsProjectArchiveMemento Constructor

Initializes a new instance of the ProjectArchiveEntryMemento class.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FileSystemFileAsProjectArchiveMemento(
	string entryName,
	IProjectArchiveManager? archiveManager,
	string? archiveFolderName
)

Parameters

entryName  String
Name of the entry.
archiveManager  IProjectArchiveManager
The archive manager.
archiveFolderName  String
Name of the archive file. This parameter is used only if the provided archiveManager is null or invalid.
See Also