Contents

addValue(_:toAttribute:)

Adds a value to an attribute of the record.

Declaration

func addValue(_ inValue: Any!, toAttribute inAttribute: String!) throws

Parameters

  • inValue:

    The value. Should be of type NSString or NSData.

  • inAttribute:

    The attribute.

Discussion

See Also

Managing Record Attributes