Xceed Real-Time Zip for .NET Documentation
ValidateDoCopyToContextAsDestination Method


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : ValidateDoCopyToContextAsDestination Method
Syntax
'Declaration
 
Protected Overridable Sub ValidateDoCopyToContextAsDestination( _
   ByVal source As Xceed.FileSystem.FileSystemItem, _
   ByVal sourceExists As Boolean, _
   ByVal replaceExistingFiles As Boolean, _
   ByRef destinationExists As Boolean _
) 
'Usage
 
Dim instance As ZippedFile
Dim source As Xceed.FileSystem.FileSystemItem
Dim sourceExists As Boolean
Dim replaceExistingFiles As Boolean
Dim destinationExists As Boolean
 
instance.ValidateDoCopyToContextAsDestination(source, sourceExists, replaceExistingFiles, destinationExists)
protected virtual void ValidateDoCopyToContextAsDestination( 
   Xceed.FileSystem.FileSystemItem source,
   bool sourceExists,
   bool replaceExistingFiles,
   out bool destinationExists
)

Parameters

source
sourceExists
replaceExistingFiles
destinationExists
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