Xceed .NET Libraries Documentation
ValidateDoCopyToContext(FileSystemItem,AbstractFile,Boolean,Boolean,Boolean,Boolean) Method


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AbstractFile Class > ValidateDoCopyToContext Method : ValidateDoCopyToContext(FileSystemItem,AbstractFile,Boolean,Boolean,Boolean,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Shared Sub ValidateDoCopyToContext( _

   ByVal source As FileSystemItem, _

   ByVal destinationFile As AbstractFile, _

   ByVal replaceExistingFiles As Boolean, _

   ByVal allowAppend As Boolean, _

   ByRef exists As Boolean, _

   ByRef destinationExists As Boolean _

) 
'Usage
 
Dim source As FileSystemItem

Dim destinationFile As AbstractFile

Dim replaceExistingFiles As Boolean

Dim allowAppend As Boolean

Dim exists As Boolean

Dim destinationExists As Boolean

 

AbstractFile.ValidateDoCopyToContext(source, destinationFile, replaceExistingFiles, allowAppend, exists, destinationExists)
protected static void ValidateDoCopyToContext( 

   FileSystemItem source,

   AbstractFile destinationFile,

   bool replaceExistingFiles,

   bool allowAppend,

   out bool exists,

   out bool destinationExists

)

Parameters

source
destinationFile
replaceExistingFiles
allowAppend
exists
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

AbstractFile Class
AbstractFile Members
Overload List