Click or drag to resize

ZipArchiveAsProjectArchiveNative(String, ZipArchiveMode) Constructor

Initializes a new instance of the ZipArchiveAsProjectArchive class.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ZipArchiveAsProjectArchiveNative(
	string fileName,
	ZipArchiveMode mode
)

Parameters

fileName  String
Name of the file.
mode  ZipArchiveMode
The mode used to open the project archive.
Exceptions
ExceptionCondition
ArgumentExceptionmode
See Also