Click or drag to resize

IProjectArchiveContainsEntry Method

Determines whether the archive contains an entry with the name given in entryName.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool ContainsEntry(
	string entryName
)

Parameters

entryName  String
Name of the entry.

Return Value

Boolean
true if the archive contains the entry; otherwise, false.
See Also