Contents

recordDetails(forAttributes:)

Returns a dictionary of attributes with their respective values.

Declaration

func recordDetails(forAttributes inAttributes: [Any]!) throws -> [AnyHashable : Any]

Parameters

  • inAttributes:

    An array of attributes. Can be nil.

Return Value

A dictionary of the attributes in inAttributes with their respective values.

Discussion

If inAttributes is nil, all currently retrieved attributes are returned.

See Also

Managing Record Attributes