Enum ContactsFilter.StringMatchType
Definition
- Namespace:
- Tizen.Pims.Contacts
- Assembly:
- Tizen.Pims.Contacts.dll
- API Level:
- 4
Enumeration for the filter match types of a string.
C#Copypublic enum StringMatchType : int
Name | Description |
---|---|
Contains | Sub string, case-insensitive. |
EndsWith | End with, case-insensitive. |
Exactly | Full string, case-sensitive. |
Exists | Is not null. |
FullString | Full string, case-insensitive. |
StartsWith | Start with, case-insensitive. |