Discuss this help topic in SecureBlackbox Forum

TElFTPFileInfo.RawData

TElFTPFileInfo     See also     


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


Contains entry's raw data.

Declaration

[C#]
    string RawData;

[VB.NET]
    Property RawData As String

[Pascal]
    property RawData : string;

[C++]
    void get_RawData(std::string &OutResult);
    void set_RawData(const std::string &Value);

[PHP]
    string get_RawData()
    void set_RawData(string $Value)

[Java]
    String getRawData();
    void setRawData(String Value);

Description

    Use this property to get the raw (not parsed) data of the entry.

See also:     EntryFormat    

Discuss this help topic in SecureBlackbox Forum