is_group_deleted


Description:

public bool is_group_deleted (string href)

Returns whether the contact has recently been removed from the given group on the server.

This will always return false unless show_deleted has been set to true for the query which returned the contact.

If you've just removed a contact from a group locally using remove_group , false will still be returned by this function, as the change hasn't been sent to the server.

Parameters:

this

a ContactsContact

href

the group's ID URI

Returns:

true if the contact has recently been removed from the group, false otherwise