Discuss this help topic in SecureBlackbox Forum
Specifies content type.
Declaration
[VB.NET]
Property ContentType As String
[Pascal]
property ContentType : WideString;
[C++]
void get_ContentType(sb_u16string &OutResult);
void get_ContentType(std::wstring &OutResult);
void set_ContentType(const sb_u16string &Value);
void set_ContentType(const std::wstring &Value);
[PHP]
string get_ContentType()
void set_ContentType(string $Value)
[Java]
String getContentType();
void setContentType(String Value);
Description
Use this property to specify the default content type for a package part.
Discuss this help topic in SecureBlackbox Forum