is_deleted


Description:

public bool is_deleted ()

Returns whether the contact has recently been deleted.

This will always return false unless show_deleted has been set to true for the query which returned the contact; then this function will return true only if the contact has been deleted.

If a contact has been deleted, no other information is available about it. This is designed to allow contacts to be deleted from local address books using incremental updates from the server (e.g. with updated_min and show_deleted).

Parameters:

this

a ContactsContact

Returns:

true if the contact has been deleted, false otherwise