Contents

ABRecordCopyCompositeName(_:)

Returns an appropriate, human-friendly name for the record.

Declaration

func ABRecordCopyCompositeName(_ record: ABRecord!) -> Unmanaged<CFString>!

Parameters

  • record:

    The record whose name is being returned.

Return Value

- For person records: The concatenated value of these properties: Prefix, Suffix, Organization, First name, and Last name.

Discussion

Discussion

The behavior of this function is not defined for source records.

See Also

Deprecated