Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.UntranslatedName

TElSftpFileAttributes     


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


Contains the name before filename translation was attempt.

Declaration

[C#]
    string UntranslatedName;

[VB.NET]
    Property UntranslatedName As String

[Pascal]
    property UntranslatedName : string;

[C++]
    void get_UntranslatedName(std::string &OutResult);
    void set_UntranslatedName(const std::string &Value);

[PHP]
    string get_UntranslatedName()
    void set_UntranslatedName(string $Value)

[Java]
    String getUntranslatedName();
    void setUntranslatedName(String Value);

Description

    Use this property to specify the name before filename translation was attempt.

Discuss this help topic in SecureBlackbox Forum