Discuss this help topic in SecureBlackbox Forum

TElWebDAVProperty.Remove

TElWebDAVProperty     See also     


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


Removes a DAV property.

Declaration

[C#]
    bool Remove(string URL);

[VB.NET]
    Function Remove(ByVal URL As String) As Boolean

[Pascal]
    function Remove(const URL : string) : boolean;

[C++]
    bool Remove(const std::string &URL);

[PHP]
    bool Remove(string $URL)

[Java]
    boolean remove(String URL);

Parameters

  • URL - contains the URL of the request.

Return value

    Returns True on success, and False otherwise.

Description

    Use this method to remove a DAV property.

See also:     OnRemove    

Discuss this help topic in SecureBlackbox Forum