Click or drag to resize

FileSystemFolderAsProjectArchiveGetEntryMemento Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.Files.FileSystemFolderAsProjectArchive.GetEntryMemento(System.String)"]


Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IProjectArchiveEntryMemento? GetEntryMemento(
	string entryName
)

Parameters

entryName  String

[Missing <param name="entryName"/> documentation for "M:Altaxo.Main.Services.Files.FileSystemFolderAsProjectArchive.GetEntryMemento(System.String)"]

Return Value

IProjectArchiveEntryMemento

[Missing <returns> documentation for "M:Altaxo.Main.Services.Files.FileSystemFolderAsProjectArchive.GetEntryMemento(System.String)"]

Implements

IProjectArchiveGetEntryMemento(String)
See Also