Xceed .NET Libraries Documentation
InitializeTotalItems Method (ZipEventsSession)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipEventsSession Class : InitializeTotalItems Method
The total amount of zip items to be processed.
Initializes the total amount of zip items to be processed.
Syntax
'Declaration
 
Public Sub InitializeTotalItems( _
   ByVal totalItems As Long _
) 
'Usage
 
Dim instance As ZipEventsSession
Dim totalItems As Long
 
instance.InitializeTotalItems(totalItems)
public void InitializeTotalItems( 
   long totalItems
)

Parameters

totalItems
The total amount of zip items to be processed.
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

ZipEventsSession Class
ZipEventsSession Members