IProjectArchiveEntryMementoWithEntryName Method |
Gives a instance of the memento, with a new entry name (returns the same instance if the entry name is the same).
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IProjectArchiveEntryMemento WithEntryName(
string newEntryName
)
Parameters
- newEntryName String
- New name of the entry.
Return Value
IProjectArchiveEntryMementoInstance of the memento with the new entry name.
See Also