Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm creating a tool that needs to browse for folders into TFS. In other words, I want the user to be able to pick a folder within projects in TFS.
Does anybody know how to do it?

Thanks
Posted

This is certainly possible. For example you could achieve this by leveraging the Team foundation server command line tools which basically allow you to do everything without VisualStudio.
See here for a list of available features:
http://msdn.microsoft.com/en-us/library/z51z7zy0(v=vs.100).aspx[^]
http://msdn.microsoft.com/en-us/library/ms253088.aspx[^]
 
Share this answer
 
Comments
Espen Harlinn 29-Sep-12 6:52am    
Good points :-D
The Stonx 9-Oct-12 17:35pm    
The only problem is that my tool will be used as an add-in for visual studio. Can the Team Foundation Server Command line tools help me achieve my purpose? I want to use something like the FolderBrowserDialog class that enables you to interact with folders; in my case I would like to be able to browse in the Team Queries folder located in TFS
Hi
You are going to need to create a custom Folder Dialog box and use the TFS API to interact with TFS.

Refer to the blog post TFS API Part 30 – Working With Queries by Shai Raiten[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900