Discuss this help topic in SecureBlackbox Forum

TElCardDavPropFilter.AddSubFilter

TElCardDavPropFilter     See also     


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


Adds a sub-filter to the list.

Declaration

[C#]
    int AddSubFilter(TElWebDAVFilter Filter);

[VB.NET]
    Function AddSubFilter(ByVal Filter As TElWebDAVFilter) As Integer

[Pascal]
    function AddSubFilter(Filter : TElWebDAVFilter) : integer;

[C++]
    int32_t AddSubFilter(TElWebDAVFilter &Filter);
    int32_t AddSubFilter(TElWebDAVFilter *Filter);

[PHP]
    integer AddSubFilter(TElWebDAVFilter $Filter)

[Java]
    not available

Parameters

  • Filter - the filter to be added to the list.

Return value

    Returns the index of the newly added item in the list on success, or -1 otherwise.

Description

    Use this method to add a sub-filter to the list.

See also:     RemoveSubFilter     SubFilters    

Discuss this help topic in SecureBlackbox Forum