Discuss this help topic in SecureBlackbox Forum
Specifies the file mime-type.
Declaration
[VB.NET]
Property MediaType As String
[Pascal]
property MediaType : WideString;
[C++]
void get_MediaType(sb_u16string &OutResult);
void get_MediaType(std::wstring &OutResult);
void set_MediaType(const sb_u16string &Value);
void set_MediaType(const std::wstring &Value);
[PHP]
string get_MediaType()
void set_MediaType(string $Value)
[Java]
String getMediaType();
void setMediaType(String Value);
Description
Use this property to specify the mime-type of the file, e.g., "text/xml".
Discuss this help topic in SecureBlackbox Forum