Click or drag to resize

ProjectArchiveEntryMementoWithEntryName Method

Returns a memento with a new entry name.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IProjectArchiveEntryMemento WithEntryName(
	string newEntryName
)

Parameters

newEntryName  String
New name of the entry.

Return Value

IProjectArchiveEntryMemento
The current instance if the entry name is unchanged; otherwise, a memento for the new entry name.

Implements

IProjectArchiveEntryMementoWithEntryName(String)
See Also