Xceed .NET Libraries Documentation
FolderPersistence Enumeration


Xceed.Zip Assembly > Xceed.Zip Namespace : FolderPersistence Enumeration
Value representing the condition under which a folder entry is persisted in a Zip file.
Syntax
'Declaration
 
Public Enum FolderPersistence 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As FolderPersistence
Members
MemberValueDescription
NotPersisted0Folder will not be persisted in the Zip file.
Persisted1Folder will be persisted in the Zip file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Zip.FolderPersistence

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