ABGroupCopyParentGroups(_:)
Returns an array containing a group’s parents—thegroups that a group belongs to.
Declaration
func ABGroupCopyParentGroups(_ group: ABGroupRef!) -> Unmanaged<CFArray>!Parameters
- group:
The group whose parent groups you wish to obtain.
Return Value
An array containingABGroup objects representing the parents of group.If group doesn’t belong to anygroups, this function returns an empty array. You are responsiblefor releasing this object.
See Also
Groups
ABCopyArrayOfAllGroups(_:)ABGroupAddGroup(_:_:)ABGroupAddMember(_:_:_:)ABGroupCopyArrayOfAllMembers(_:)ABGroupCopyArrayOfAllSubgroups(_:)ABGroupCopyDistributionIdentifier(_:_:_:)ABGroupCreate()ABGroupCreateSearchElement(_:_:_:_:_:)ABGroupRemoveGroup(_:_:)ABGroupRemoveMember(_:_:_:)ABGroupSetDistributionIdentifier(_:_:_:_:)