| FileSystemFileAsProjectArchiveMemento Constructor | 
Namespace: Altaxo.Main.Services.FilesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic FileSystemFileAsProjectArchiveMemento(
	string entryName,
	IProjectArchiveManager? archiveManager,
	string? archiveFolderName
)
Parameters
- entryName  String
- Name of the entry.
- archiveManager  IProjectArchiveManager
- The archive manager.
- archiveFolderName  String
- Name of the archive file. This parameter is used only if the provided archiveManager is null or invalid.
 See Also
See Also