Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.TextHint

TElSftpFileAttributes     


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


Indicates what the server knows about the content of the file.

Declaration

[C#]
    TSBSftpTextHint TextHint;

[VB.NET]
    Property TextHint As TSBSftpTextHint

[Pascal]
    property TextHint : TSBSFTPTextHint;

[C++]
    TSBSftpTextHint get_TextHint();
    void set_TextHint(TSBSftpTextHint Value);

[PHP]
    integer get_TextHint()
    void set_TextHint(integer $Value)

[Java]
    TSBSftpTextHint getTextHint();
    void setTextHint(TSBSftpTextHint Value);

Text hint values:

Description

    Use this property to specify what the server knows about the content of the file

Discuss this help topic in SecureBlackbox Forum