Discuss this help topic in SecureBlackbox Forum

TElCardDavPropFilter.SubFilters

TElCardDavPropFilter     See also     


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


Returns the desired filter from the list of sub-filters.

Declaration

[C#]
    TElWebDAVFilter SubFilters[int Index];

[VB.NET]
    Property SubFilters(ByVal Index As Integer) As TElWebDAVFilter

[Pascal]
    property SubFilters[Index : integer] : TElWebDAVFilter;

[C++]
    TElWebDAVFilter* get_SubFilters(int32_t Index);

[PHP]
    TElWebDAVFilter get_SubFilters(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired filter in the list, starting from 0.

Description

    This property represents a list of CARDDAV:text-match or CARDDAV:param-filter conditions applicable to this prop-filter.

See also:     AddSubFilter     RemoveSubFilter     SubFilterCount    

Discuss this help topic in SecureBlackbox Forum