Contents

ODRecordRemoveValue(_:_:_:_:)

Removes a value from a record’s attribute.

Declaration

func ODRecordRemoveValue(_ record: ODRecordRef!, _ attribute: String!, _ value: CFTypeRef!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Bool

Parameters

  • record:

    The record.

  • attribute:

    The attribute.

  • value:

    The value to remove.

  • error:

    An error reference for error details. Can be NULL.

Return Value

true if inValue is successfully removed from inAttribute; otherwise, false.

Discussion

If inValue does not exist, true is returned and no error is set.

See Also

Working with Records