FileSystemFileAsProjectArchiveMemento Constructor |
Namespace: Altaxo.Main.Services.FilesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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