Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CNContactFetchRequestMBS class.
CNContactFetchRequestMBS.Handle as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Contacts | MBS Mac64bit Plugin | 16.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Value is a pointer to a CNContactFetchRequest object.
(Read and Write property)
CNContactFetchRequestMBS.mutableObjects as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Contacts | MBS Mac64bit Plugin | 16.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
When the value of this property is true, the fetch returns CNMutableContact objects; otherwise it returns CNContact objects. The default value of this property is false.
(Read and Write property)
CNContactFetchRequestMBS.predicate as NSPredicateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Contacts | MBS Mac64bit Plugin | 16.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Set the value of this property to nil to match all contacts or use the predicates define in CNContact Predicates. Compound predicates are not supported.
(Read and Write property)
CNContactFetchRequestMBS.SortOrder as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Contacts | MBS Mac64bit Plugin | 16.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The default sort order is CNContactSortOrderNone.
(Read and Write property)
CNContactFetchRequestMBS.unifyResults as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Contacts | MBS Mac64bit Plugin | 16.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
A unified contact is an aggregation of properties from a set of linked individual contacts. When the value of this property is true, the fetch returns unified contacts; otherwise, it returns individual contacts. The default value of this property is true.
(Read and Write property)
The items on this page are in the following plugins: MBS Mac64bit Plugin.