Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.RemoveProperty

TElWebDAVServer     See also     


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


Deletes a server's property.

Declaration

[C#]
    bool RemoveProperty(TElWebDAVProperty Prop);

[VB.NET]
    Function RemoveProperty(ByVal Prop As TElWebDAVProperty) As Boolean

[Pascal]
    function RemoveProperty(const Prop : TElWebDAVProperty) : boolean;

[C++]
    bool RemoveProperty(const TElWebDAVProperty &Prop);
    bool RemoveProperty(const TElWebDAVProperty *Prop);

[PHP]
    bool RemoveProperty(TElWebDAVProperty $Prop)

[Java]
    boolean removeProperty(TElWebDAVProperty Prop);

Parameters

  • Prop - the property to be removed.

Return value

    Returns True on success, and False otherwise.

Description

    Use this method to delete the desired property from the list (and from the server).

See also:     Properties     AddProperty     GetProperty    

Discuss this help topic in SecureBlackbox Forum