Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpFile Class / ValidateDoCopyToContextAsDestination Method


In This Topic
    ValidateDoCopyToContextAsDestination Method (SFtpFile)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub ValidateDoCopyToContextAsDestination( _
       ByVal source As FileSystemItem, _
       ByVal sourceExists As Boolean, _
       ByVal replaceExistingFiles As Boolean, _
       ByRef destinationExists As Boolean _
    ) 
    'Usage
     
    Dim instance As SFtpFile
    Dim source As FileSystemItem
    Dim sourceExists As Boolean
    Dim replaceExistingFiles As Boolean
    Dim destinationExists As Boolean
     
    instance.ValidateDoCopyToContextAsDestination(source, sourceExists, replaceExistingFiles, destinationExists)
    protected override void ValidateDoCopyToContextAsDestination( 
       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