Xceed .NET Libraries Documentation
ValidateDoCopyToContextAsDestination Method (SFtpFile)


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > SFtpFile Class : ValidateDoCopyToContextAsDestination Method
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

Reference

SFtpFile Class
SFtpFile Members
Base Implementation in ValidateDoCopyToContextAsDestination