Discuss this help topic in SecureBlackbox Forum
Specifies subtype of the part.
Declaration
[C#]
string ContentSubtype;
[VB.NET]
Property ContentSubtype As String
[C++]
void get_ContentSubtype(sb_u16string &OutResult);
void get_ContentSubtype(std::wstring &OutResult);
[PHP]
string get_ContentSubtype()
Parameters
- ContentSubtype - content subtype of the part.
- ClearParams - determines if field parameters will be deleted.
Default value - False.
Description
This property contains only content subtype. To get or set content type use
ContentType property.
Note, this property is read-only. Use SetContentSubtype method to set its value.
Discuss this help topic in SecureBlackbox Forum