Discuss this help topic in SecureBlackbox Forum

TElCardDavFilter.AddPropFilter

TElCardDavFilter     See also     


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


Add a prop-filter element to the list.

Declaration

[C#]
    int AddPropFilter(TElCardDavPropFilter PropFilter);

[VB.NET]
    Function AddPropFilter(ByVal PropFilter As TElCardDavPropFilter) As Integer

[Pascal]
    function AddPropFilter(PropFilter : TElCardDavPropFilter) : integer;

[C++]
    int32_t AddPropFilter(TElCardDavPropFilter &PropFilter);
    int32_t AddPropFilter(TElCardDavPropFilter *PropFilter);

[PHP]
    integer AddPropFilter(TElCardDavPropFilter $PropFilter)

[Java]
    not available

Parameters

  • PropFilter - the filter element to be added to the list.

Return value

    Returns the index of the newly added item on success, and -1 otherwise.

Description

    Use this method to add a prop-filter element to the list.

See also:     RemovePropFilter     PropFilters    

Discuss this help topic in SecureBlackbox Forum