Discuss this help topic in SecureBlackbox Forum

TElWebDAVLockList.ToIfHeader

TElWebDAVLockList     See also     


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


Returns the If header representation of the locks.

Declaration

[C#]
    string ToIfHeader;

[VB.NET]
    Property ToIfHeader As String

[Pascal]
    property ToIfHeader : string;

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

[PHP]
    string get_ToIfHeader()

[Java]
    String getToIfHeader();

Description

    Use this property to get the locks in a form of an If header as described in RFC 4918.

See also:     Locks    

Discuss this help topic in SecureBlackbox Forum