Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.MimeType

TElSftpFileAttributes     


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


Contains the mime-type [RFC1521] string.

Declaration

[C#]
    string MimeType;

[VB.NET]
    Property MimeType As String

[Pascal]
    property MimeType : string;

[C++]
    void get_MimeType(std::string &OutResult);
    void set_MimeType(const std::string &Value);

[PHP]
    string get_MimeType()
    void set_MimeType(string $Value)

[Java]
    String getMimeType();
    void setMimeType(String Value);

Description

    This property contains the mime-type [RFC1521] string. Most servers will not know this information and should not set the bit in their supported-attribute-mask.

Discuss this help topic in SecureBlackbox Forum