IProjectArchiveGetEntryMemento Method |
Gets a memento that can later be used to read an archive entry.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIProjectArchiveEntryMemento? GetEntryMemento(
string entryName
)
Parameters
- entryName String
- Name of the entry.
Return Value
IProjectArchiveEntryMementoA memento for the requested entry, or
null if the entry does not exist.
See Also