ABGroupRemoveGroup(_:_:)
Removes a subgroup from a group.
Declaration
func ABGroupRemoveGroup(_ group: ABGroupRef!, _ groupToRemove: ABGroupRef!) -> BoolParameters
- group:
If
NULL, this function raises an exception. - groupToRemove:
The subgroup to be removed from
group.
Return Value
true ifsuccessful. If the group parameteris not a subgroup, this function does nothing and returns false.
See Also
Groups
ABCopyArrayOfAllGroups(_:)ABGroupAddGroup(_:_:)ABGroupAddMember(_:_:_:)ABGroupCopyArrayOfAllMembers(_:)ABGroupCopyArrayOfAllSubgroups(_:)ABGroupCopyDistributionIdentifier(_:_:_:)ABGroupCopyParentGroups(_:)ABGroupCreate()ABGroupCreateSearchElement(_:_:_:_:_:)ABGroupRemoveMember(_:_:_:)ABGroupSetDistributionIdentifier(_:_:_:_:)