Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AbstractFile Class / ValidateDoCopyToContextAsDestination Method / ValidateDoCopyToContextAsDestination(FileSystemItem,Boolean,AbstractFile,Boolean,Boolean,Boolean) Method


    ValidateDoCopyToContextAsDestination(FileSystemItem,Boolean,AbstractFile,Boolean,Boolean,Boolean) Method
    Syntax
    'Declaration
     
    Protected Overloads Shared Sub ValidateDoCopyToContextAsDestination( _
       ByVal source As FileSystemItem, _
       ByVal sourceExists As Boolean, _
       ByVal destinationFile As AbstractFile, _
       ByVal replaceExistingFiles As Boolean, _
       ByVal allowAppend As Boolean, _
       ByRef destinationExists As Boolean _
    ) 
     
    'Usage
     
    Dim source As FileSystemItem
    Dim sourceExists As Boolean
    Dim destinationFile As AbstractFile
    Dim replaceExistingFiles As Boolean
    Dim allowAppend As Boolean
    Dim destinationExists As Boolean
     
    AbstractFile.ValidateDoCopyToContextAsDestination(source, sourceExists, destinationFile, replaceExistingFiles, allowAppend, destinationExists)

    Parameters

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