Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.ToIfHeader

TElWebDAVLock     See also     


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


Returns the If header representation of the lock.

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 lock in a form of an If header as described in RFC 4918.

See also:     Token     ToString     ToXML    

Discuss this help topic in SecureBlackbox Forum