Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.ContentLanguage

TElWebDAVStorageObject     See also     


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


Specifies object's content language.

Declaration

[C#]
    string ContentLanguage;

[VB.NET]
    Property ContentLanguage As String

[Pascal]
    property ContentLanguage : string;

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

[PHP]
    string get_ContentLanguage()

[Java]
    String getContentLanguage();

Description

    Use this property to get object's content language.

See also:     ContentLength     ContentType    

Discuss this help topic in SecureBlackbox Forum