Gets or sets a save mode, which determines when changes are saved to the underlying stream.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Property SaveMode As ArchiveSaveMode
	Get
	Set
C#
public ArchiveSaveMode SaveMode { get; set; }

Field Value

Save mode.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe value specified an invalid value.
System..::..InvalidOperationExceptionAttempt to set the Immediate without calling the Save()()()() method first.
System..::..ObjectDisposedExceptionArchive was already disposed.
Rebex.IO.Compression..::..ZipExceptionCannot perform the requested operation (see ProblemType for detailed information).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also