Click or drag to resize

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

Parameters

newName  String

[Missing <param name="newName"/> documentation for "M:Altaxo.Main.Services.Files.FileSystemFileAsProjectArchiveMemento.WithEntryName(System.String)"]

Return Value

IProjectArchiveEntryMemento
Instance of the memento with the new entry name.

Implements

IProjectArchiveEntryMementoWithEntryName(String)
See Also