Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.CopyTo

TElSftpFileAttributes     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method copies the contents of the key to other instance of TElSftpFileAttributes

Declaration

[C#]
    void CopyTo(TElSftpFileAttributes dst);

[VB.NET]
    Sub CopyTo(ByVal dst As TElSftpFileAttributes)

[Pascal]
    procedure CopyTo(dst: TElSftpFileAttributes);

[C++]
    void CopyTo(TElSftpFileAttributes &dst);
    void CopyTo(TElSftpFileAttributes *dst);

[PHP]
    void CopyTo(TElSftpFileAttributes $dst)

[Java]
    void copyTo(TElSftpFileAttributes dst);

Parameters

  • dst - instance of class where the key should be copied to

Description

        Use this method to copy key information to another TElSftpFileAttributes class instance. If passed parameter is nil (null, Nothing) then the new instance of TElSftpFileAttributes class is created.

Discuss this help topic in SecureBlackbox Forum