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