Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.ContentLength

TElWebDAVStorageObject     See also     


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


Specifies object's content length.

Declaration

[C#]
    long ContentLength;

[VB.NET]
    Property ContentLength As Long

[Pascal]
    property ContentLength : Int64;

[C++]
    int64_t get_ContentLength();

[PHP]
    integer get_ContentLength()

[Java]
    long getContentLength();

Description

    Use this property to get object's content length.

See also:     ContentLanguage     ContentType    

Discuss this help topic in SecureBlackbox Forum