Xceed .NET Libraries Documentation
DiskNumber Property (ZippedFile)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : DiskNumber Property
Gets a value indicating on which disk or in which split zip file part the file is located.
Syntax
'Declaration
 
Public Overridable ReadOnly Property DiskNumber As Integer
'Usage
 
Dim instance As ZippedFile
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 file is located.
Remarks

If the ZippedFile itself is contained on more than one disk or in more than one split zip part, the first disk or part is returned.

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

ZippedFile Class
ZippedFile Members
SplitSize Property
AllowSpanning Property