Liblinphone  5.5.0
Linphone.CardDavParams Class Reference
Inheritance diagram for Linphone.CardDavParams:
Linphone.LinphoneObject

Public Member Functions

Linphone.CardDavParams Clone ()
 

Properties

IEnumerable< string > DomainFields [get, set]
 
bool UseExactMatchPolicy [get, set]
 
IEnumerable< string > UserInputFields [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

The Linphone.CardDavParams object represents a remote CardDAV server used by Linphone.MagicSearch as a plugin source.

Member Function Documentation

Linphone.CardDavParams Linphone.CardDavParams.Clone ( )
inline

Instantiates a new Linphone.CardDavParams with values from source.

Returns
The newly created Linphone.CardDavParams object.

Property Documentation

IEnumerable<string> Linphone.CardDavParams.DomainFields
getset

Gets the list of vCard RFC fields to use to match the domain filter on.

For example, you can use "IMPP".

Returns
The list of vCard fields to make the query on using domain filter. A list of char * objects.

Warning : DO NOT USE ANYMORE, it won't have any effect.

Deprecated : 06/10/2025 domain filter will be applied locally instead of using a CardDAV prop filter XML tag.

bool Linphone.CardDavParams.UseExactMatchPolicy
getset

Gets the matching policy: true if the remote vCard value must match the filter exactly, false if it only needs to contain the filter.

Returns
The matching policy: true if the remote vCard value must match the filter exactly, false if it only needs to contain the filter.
IEnumerable<string> Linphone.CardDavParams.UserInputFields
getset

Gets the list of vCard RFC fields to use to match user input text on.

For example, you can use "FN", "N", "IMPP", "ORG", etc...

Returns
The list of vCard fields to make the query on using user input. A list of char * objects.

The documentation for this class was generated from the following file: