Discuss this help topic in SecureBlackbox Forum

TElWebDAVProperty.Read

TElWebDAVProperty     See also     


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


retrieves the value of the property.

Declaration

[C#/Java]
    bool Read(string URL, ref string Value);

[VB.NET]
    Function Read(ByVal URL As String, ByRef Value As String) As Boolean

[Pascal]
    function Read(const URL : string; var Value : string) : boolean;

[C++]
    not available

[PHP]
    not available

Parameters

  • URL - contains the URL of the request.
  • Value - contains the value of the property returned by the server.

Return value

    Returns True on success, and False otherwise.

Description

    Use this method to get the property value from the server.

See also:     OnReadValue     OnAfterReadValue    

Discuss this help topic in SecureBlackbox Forum