CNContainer
An immutable object that represents a collection of contacts.
Declaration
class CNContainerOverview
A contact can be in only one container. CardDAV accounts usually have only one container whereas Exchange accounts may have multiple containers, where each container represents an Exchange folder.
CNContainer objects are thread-safe, and you may access their properties from any thread of your app.
Topics
Getting the Container Information
Generating Search Predicates for Containers
predicateForContainerOfContact(withIdentifier:)predicateForContainers(withIdentifiers:)predicateForContainerOfGroup(withIdentifier:)