Xceed .NET Libraries Documentation
DiskNumber Property (ZippedFolder)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFolder Class : DiskNumber Property
Gets a value indicating on which disk or in which split zip file part the folder is located.
Syntax
'Declaration
 
Public Overridable ReadOnly Property DiskNumber As Integer
'Usage
 
Dim instance As ZippedFolder
Dim value As Integer
 
value = instance.DiskNumber
public virtual int DiskNumber {get;}

Property Value

A 1-based value indicating on which disk or in which split zip file part the folder is located.
Remarks

This property will return 0 if the folder is the root and the archive does not yet exist.

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

ZippedFolder Class
ZippedFolder Members
SplitSize Property
AllowSpanning Property