Click or drag to resize

ZipArchiveAsProjectArchiveNativeGetEntry Method

Gets an already existing entry. If an entry with that name does not exist, the value Null is returned.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IProjectArchiveEntry? GetEntry(
	string entryName
)

Parameters

entryName  String
Name of the entry.

Return Value

IProjectArchiveEntry
The entry (if existent); otherwise, null.

Implements

IProjectArchiveGetEntry(String)
See Also