Contents

removeProperties(_:)

Removes the given properties from all the records of this type in the Address Book database.

Declaration

class func removeProperties(_ properties: [Any]!) -> Int

Parameters

  • properties:

    An array of properties to remove.

Return Value

The number of properties successfully removed, or -1 if an error occurs.

Discussion

Only custom properties can be removed. This method is not implemented.

See Also

Managing Properties