Contents

ODRecordGetRecordName(_:)

Returns the official name of a record.

Declaration

func ODRecordGetRecordName(_ record: ODRecordRef!) -> Unmanaged<CFString>!

Parameters

  • record:

    The record.

Return Value

The official name of the record.

Discussion

The official name of the record typically corresponds to the first value of the kODAttributeTypeRecordName attribute, but not always.

See Also

Working with Records