ABGroupCopyArrayOfAllMembers(_:)
Returns an array of persons in a group.
Declaration
func ABGroupCopyArrayOfAllMembers(_ group: ABRecord!) -> Unmanaged<CFArray>!func ABGroupCopyArrayOfAllMembers(_ group: ABGroupRef!) -> Unmanaged<CFArray>!Parameters
- group:
The ABGroup object whose members you wish to obtain.
Return Value
An array of ABPersonobjects representing the people in group.If this group doesn’t contain any people, this function returnsan empty array. You are responsible for releasing this object.
See Also
Groups
ABCopyArrayOfAllGroups(_:)ABGroupAddGroup(_:_:)ABGroupAddMember(_:_:_:)ABGroupCopyArrayOfAllSubgroups(_:)ABGroupCopyDistributionIdentifier(_:_:_:)ABGroupCopyParentGroups(_:)ABGroupCreate()ABGroupCreateSearchElement(_:_:_:_:_:)ABGroupRemoveGroup(_:_:)ABGroupRemoveMember(_:_:_:)ABGroupSetDistributionIdentifier(_:_:_:_:)