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


In This Topic
    ValidateDoCopyToContext(AbstractFile,Boolean,Boolean,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub ValidateDoCopyToContext( _
       ByVal destinationFile As AbstractFile, _
       ByVal replaceExistingFiles As Boolean, _
       ByVal allowAppend As Boolean, _
       ByRef exists As Boolean, _
       ByRef destinationExists As Boolean _
    ) 
    'Usage
     
    Dim instance As AbstractFile
    Dim destinationFile As AbstractFile
    Dim replaceExistingFiles As Boolean
    Dim allowAppend As Boolean
    Dim exists As Boolean
    Dim destinationExists As Boolean
     
    instance.ValidateDoCopyToContext(destinationFile, replaceExistingFiles, allowAppend, exists, destinationExists)
    protected virtual void ValidateDoCopyToContext( 
       AbstractFile destinationFile,
       bool replaceExistingFiles,
       bool allowAppend,
       out bool exists,
       out bool destinationExists
    )

    Parameters

    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