Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorageObject.ContentType

TElGoogleDataStorageObject     See also     


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


Specifies document's content type.

Declaration

[C#/Java]
    string ContentType;

[VB.NET]
    Property ContentType As String

[Pascal]
    property ContentType : string;

[C++]
    void get_ContentType(std::string &OutResult);

[PHP]
    string get_ContentType()

Description

    Use this property to get document's content type.

See also:     ContentSrc    

Discuss this help topic in SecureBlackbox Forum