Click or drag to resize

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.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IProjectArchiveEntryMemento WithEntryName(
	string newEntryName
)

Parameters

newEntryName  String
New name of the entry.

Return Value

IProjectArchiveEntryMemento
Instance of the memento with the new entry name.
See Also