Xceed .NET Libraries Documentation
DiskRequiredReason Enumeration


Xceed.Zip Assembly > Xceed.Zip Namespace : DiskRequiredReason Enumeration
Value representing the reason why a new disk or split part is required.
Syntax
'Declaration
 
Public Enum DiskRequiredReason 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DiskRequiredReason
public enum DiskRequiredReason : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
Deleting4The new spanned or split zip file contains less parts than before and the extra parts are being deleted. This only occurs when updating a spanned or split zip file.
DiskFull2The current disk is full and another is required to continue writing the zip file.
MovingExistingItems5Existing items are being moved to a temporary location for consolidation.
Reading0The end of the current disk has been reached and another is required to continue extracting the contents of zip file.
Renaming6The split name format has changed, so existing, unmodified part file names need to be renamed to the new name format.
SplitSizeReached3The split size has been reached and another file part is required to continue writing the zip file.
Updating1A spanned or split zip file is being updated and the first disk or file part is required to start updating the zip file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Zip.DiskRequiredReason

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Zip Namespace