Discuss this help topic in SecureBlackbox Forum

TElWebDAVPropertyInfoList.Remove

TElWebDAVPropertyInfoList     See also     


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


Removes the desired element from the list.

Declaration

[C#]
    void Remove(TElWebDAVPropertyInfo PropInfo);

[VB.NET]
    Sub Remove(ByVal PropInfo As TElWebDAVPropertyInfo)

[Pascal]
    procedure Remove(const PropInfo : TElWebDAVPropertyInfo);

[C++]
    void Remove(const TElWebDAVPropertyInfo &PropInfo);
    void Remove(const TElWebDAVPropertyInfo *PropInfo);

[PHP]
    void Remove(TElWebDAVPropertyInfo $PropInfo)

[Java]
    void remove(TElWebDAVPropertyInfo PropInfo);

Parameters

  • PropInfo - the property info object to be removed.

Description

    Use this method to remove the desired element from the list.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum