Discuss this help topic in SecureBlackbox Forum
Specifies content type.
Declaration
[C#/Java]
string ContentType;
[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)
Description
Use this property to specify the overriden content type for a package part.
Discuss this help topic in SecureBlackbox Forum