IProjectArchiveEntryMementoWithEntryName Method |
Returns a memento with a new entry name.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIProjectArchiveEntryMemento WithEntryName(
string newEntryName
)
Parameters
- newEntryName String
- New name of the entry.
Return Value
IProjectArchiveEntryMementoThe current instance if the entry name is unchanged; otherwise, a memento for the new entry name.
See Also