Contents

ABSearchElementCreateWithConjunction(_:_:)

Returns a compound search element created by combiningthe search elements in an array with the given conjunction.

Declaration

func ABSearchElementCreateWithConjunction(_ conjunction: ABSearchConjunction, _ childrenSearchElement: CFArray!) -> Unmanaged<ABSearchElementRef>!

Parameters

  • conjunction:

    The conjunction used to join the search elements in children. Can be either Kabsearchand or Kabsearchor.

  • childrenSearchElement:

    An array containing ABSearchElement objects to be joined using conjunction. If NULL this function raises an exception.

Return Value

A new compound searchelement joining the search elements in children using conjunction.You are responsible for releasing this object.

See Also

Search Elements