ContactsQuery
Object Hierarchy:
Description:
All the fields in the ContactsQuery structure are private and should never be
accessed directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public string group { set; get; }
Constrains the results to only those belonging to the group specified. The value of this parameter
should be a group ID URI.
-
public string order_by { set; get; }
Sorting criterion. The only supported value is lastmodified.
-
public bool show_deleted { set; get; }
Whether to include deleted contacts in the query feed. Deleted contacts return true from
is_deleted, and have no other information. They do not normally
appear in query results.
-
public string sort_order { set; get; }
Sorting order direction. Can be either ascending or descending.
Creation methods:
Methods: