Xceed Real-Time Zip for .NET Documentation
DefaultFolderPersistence Property


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipArchive Class : DefaultFolderPersistence Property

Gets or sets a value that indicates whether folder entries will be persisted by default in the Zip archive.

Syntax
'Declaration
 
Public Property DefaultFolderPersistence As FolderPersistence
'Usage
 
Dim instance As ZipArchive
Dim value As FolderPersistence
 
instance.DefaultFolderPersistence = value
 
value = instance.DefaultFolderPersistence
public FolderPersistence DefaultFolderPersistence {get; set;}

Property Value

A FolderPersistence value indicating whether folder entries will be persisted by default in the Zip archive. By default, FolderPersistence.NotPersisted.
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

ZipArchive Class
ZipArchive Members