edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionCopyProperties Method

Copies the properties of the given source ExFTPConnection into this instance.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void CopyProperties(
	ExFTPConnection source
)

Parameters

source  ExFTPConnection
ExFTPConnection from which properties should be copied

See Also