Click or drag to resize

ZipArchiveAsProjectArchiveGetEntryMemento Method

Gets a memento that can later be used to read an archive entry.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IProjectArchiveEntryMemento? GetEntryMemento(
	string entryName
)

Parameters

entryName  String
Name of the entry.

Return Value

IProjectArchiveEntryMemento
A memento for the requested entry, or null if the entry does not exist.

Implements

IProjectArchiveGetEntryMemento(String)
See Also