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 the properties to be removed.

Return Value

The number of properties successfully removed.

Discussion

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

See Also

Managing properties