Similar to this question : How can I retrieve a list of workitems from TFS in C#?
But I am trying to retrieve the queries (not workitems) of the user (to call them later, but that's another topic). Is it possible to do that with C# ?
Also, related, is there any documentation anywhere about the tables that are used in the WorkItemStore.Query object ?
Sorry if this has been asked before, but googling with TFS and queries returns a lot of unwanted results (obviously).
Thanks !