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
Super class: CNContactMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Contacts | MBS Mac64bit Plugin | 16.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
When CNMutableContact object is a mutable copy of a CNContact object, if you access a CNMutableContact property value that was not fetched for the CNContact object, it throws an CNContactPropertyNotFetchedExceptionName exception. When needed, you can remove contact properties by setting string and array properties to empty, and all other properties to nil.
Available in OS X v10.11 and later.
Subclass of the CNContactMBS class.
Constant | Value | Description |
---|---|---|
CNContactSortOrderFamilyName | 3 |
Order by Family Name. |
CNContactSortOrderGivenName | 2 |
Order by Given Name. |
CNContactSortOrderNone | 0 |
Order by no order. |
CNContactSortOrderUserDefault | 1 |
Order by user preference. |
Constant | Value | Description |
---|---|---|
CNContactTypeOrganization | 1 |
The contact is an Organization. |
CNContactTypePerson | 0 |
The contact is a person. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
CNLabeledValueMBS - CNMutableGroupMBS