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
ODRecordAddMember(_:_:_:)ODRecordAddValue(_:_:_:_:)ODRecordChangePassword(_:_:_:_:)ODRecordContainsMember(_:_:_:)ODRecordCopyDetails(_:_:_:)ODRecordCopyValues(_:_:_:)ODRecordDelete(_:_:)ODRecordGetRecordType(_:)ODRecordGetTypeID()ODRecordRemoveMember(_:_:_:)ODRecordRemoveValue(_:_:_:_:)ODRecordSetNodeCredentials(_:_:_:_:)ODRecordSetNodeCredentialsExtended(_:_:_:_:_:_:_:)ODRecordSetValue(_:_:_:_:)ODRecordSynchronize(_:_:)