Click or drag to resize

ProjectArchiveEntryMemento 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 ProjectArchiveEntryMemento(
	string entryName,
	IProjectArchiveManager? archiveManager,
	string? archiveFileName
)

Parameters

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