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

Syntax

Visual Basic
Public Enumeration ArchiveSaveAction
C#
public enum ArchiveSaveAction

Members

Member nameDescription
Supported by the .NET Compact FrameworkAuto
Automatically determines whether saving and shrinking is needed. If shrinking is needed, it can take a long time if working with large archives.
Supported by the .NET Compact FrameworkNone
No action is performed. If some files were deleted from the archive, you might want to use Auto or Shrink instead. When used with the Save method, changes are saved always (but the archive is not shrunken).
Supported by the .NET Compact FrameworkShrink
Save any pending changes and also shrink the archive (remove unused space by rearranging the data within the archive). Shrink can take a long time if working with large archives.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also