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
The internal object reference.

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
A Boolean value that indicates whether to return mutable contacts.

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
The predicate to match contacts against.

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 sort order for contacts.

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 Boolean value that indicates whether to return linked contacts as unified contacts.

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)

Some examples using this property:

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...