I don't know why there are only a few TFS API example.
I need lots of TFS API and how to use them.
for example, I want to 'merge branch' by using C# and API
If it is possible, I hope solve conflict using API as well.
How about API to work with Test Lab Manager and so on.
I need lots of TFS API example. but I only find blogs. Here I would like thank these blog authors.
GetStatus status = workspace.Merge(source, target, null, null, LockLevel.None, RecursionType.Full, MergeOptions.None);