IProjectArchiveContainsEntry Method |
Determines whether the archive contains an entry with the name given in entryName.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool ContainsEntry(
string entryName
)
Parameters
- entryName String
- Name of the entry.
Return Value
Booleantrue if the archive contains the entry; otherwise,
false.
See Also