Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZippedFolder Class / ListCopyTo Method
A reference to a Xceed.FileSystem.FileSystemEventsSession object which is responsible for raising all events that occur during the process.
true if existing items in the destination should be replaced; false otherwise.


In This Topic
    ListCopyTo Method (ZippedFolder)
    In This Topic
    Copies each item in the Xceed.FileSystem.FileSystemEventsSession object's list to each item's destination.
    Syntax
    'Declaration
     
    Protected Overrides Function ListCopyTo( _
       ByVal session As FileSystemEventsSession, _
       ByVal replaceExistingFiles As Boolean _
    ) As FileSystemItem
    'Usage
     
    Dim instance As ZippedFolder
    Dim session As FileSystemEventsSession
    Dim replaceExistingFiles As Boolean
    Dim value As FileSystemItem
     
    value = instance.ListCopyTo(session, replaceExistingFiles)
    protected override FileSystemItem ListCopyTo( 
       FileSystemEventsSession session,
       bool replaceExistingFiles
    )

    Parameters

    session
    A reference to a Xceed.FileSystem.FileSystemEventsSession object which is responsible for raising all events that occur during the process.
    replaceExistingFiles
    true if existing items in the destination should be replaced; false otherwise.

    Return Value

    A reference to a Xceed.FileSystem.FileSystemItem object representing the target item of the firstXceed.FileSystem.ItemPair.
    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