Reputation: 890
I am trying to map source code folders from TFS to local system. I would like to make this automated so that I can run on daily basis. and that is the reason I am trying to get it done via C# Is that possible via C#?
Upvotes: 0
Views: 78
Reputation: 28990
Yes i suggest you to use Workspace.Get method
or VersionControlServer.GetItems
sample : http://www.codeproject.com/Tips/579484/Access-Team-Foundation-Server-2
Upvotes: 1