Contents

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