ABGroupRemoveMember(_:_:_:)
Removes a person from a group.
Declaration
func ABGroupRemoveMember(_ group: ABRecord!, _ member: ABRecord!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Boolfunc ABGroupRemoveMember(_ group: ABGroupRef!, _ personToRemove: ABPersonRef!) -> BoolParameters
- group:
The group that you wish to remove
personfrom. - personToRemove:
The member that you wish to remove from
group. - member:
The person that you wish to remove from group.
Return Value
true ifsuccessful. If the person parameteris not in group, this function does nothingand returns false.
See Also
Groups
ABCopyArrayOfAllGroups(_:)ABGroupAddGroup(_:_:)ABGroupAddMember(_:_:_:)ABGroupCopyArrayOfAllMembers(_:)ABGroupCopyArrayOfAllSubgroups(_:)ABGroupCopyDistributionIdentifier(_:_:_:)ABGroupCopyParentGroups(_:)ABGroupCreate()ABGroupCreateSearchElement(_:_:_:_:_:)ABGroupRemoveGroup(_:_:)ABGroupSetDistributionIdentifier(_:_:_:_:)