Xceed Real-Time Zip for .NET Documentation
ListCopyToCore Method (ZippedFile)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : ListCopyToCore Method
Syntax
'Declaration
 
Protected Overridable Sub ListCopyToCore( _
   ByVal session As Xceed.FileSystem.FileSystemEventsSession, _
   ByVal currentItemPair As Xceed.FileSystem.ItemPair, _
   ByVal replaceExistingFiles As Boolean _
) 
'Usage
 
Dim instance As ZippedFile
Dim session As Xceed.FileSystem.FileSystemEventsSession
Dim currentItemPair As Xceed.FileSystem.ItemPair
Dim replaceExistingFiles As Boolean
 
instance.ListCopyToCore(session, currentItemPair, replaceExistingFiles)
protected virtual void ListCopyToCore( 
   Xceed.FileSystem.FileSystemEventsSession session,
   Xceed.FileSystem.ItemPair currentItemPair,
   bool replaceExistingFiles
)

Parameters

session
currentItemPair
replaceExistingFiles
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