Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.GetIfHeader

TElWebDAVStorageObject     See also     


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


Returns the If header for the object.

Declaration

[C#]
    string GetIfHeader(bool WithETag);

[VB.NET]
    Function GetIfHeader(ByVal WithETag As Boolean) As String

[Pascal]
    function GetIfHeader(const WithETag : boolean) : string;

[C++]
    void GetIfHeader(bool WithETag, std::string &OutResult);

[PHP]
    string GetIfHeader(bool $WithETag)

[Java]
    String getIfHeader(boolean WithETag);

Parameters

  • WithETag - specifies whether object's ETag should be included to the header.

Return value

    Returns the If header for the object.

Description

    Use this method to retrieve the If header for the objects. For more information about If headers, please, check RFC 4918.

See also:     Locks     ETag    

Discuss this help topic in SecureBlackbox Forum