Click or drag to resize

FileSystemFolderAsProjectArchiveGetEntry Method

Gets an existing entry.

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

Parameters

entryName  String
Name of the entry.

Return Value

IProjectArchiveEntry
The entry, if it exists; otherwise, null.

Implements

IProjectArchiveGetEntry(String)
See Also