Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifestFileEntry.MediaType

TElOpenOfficeXMLManifestFileEntry     See also     


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


Specifies the file mime-type.

Declaration

[C#]
    string MediaType;

[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".

See also:     FullPath     PreferredViewMode    

Discuss this help topic in SecureBlackbox Forum