recordClass(fromUniqueId:)
Returns the class name of the record that matches the given unique ID.
Declaration
func recordClass(fromUniqueId uniqueId: String!) -> String!Parameters
- uniqueId:
The unique ID of the record.
Return Value
The name of the class of the record, for example ABPerson.