Contents

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