we are linking Iterations within TFS to an external system for tracking projects through the entire company. In the past, we were linking using the IterationPath in a TFS Pr
if you want to print out all TFS Areas then change the following line:
from: NodeCollection rootNodeCollection = store.Projects[tfsProject].IterationRootNodes;
to: NodeCollection rootNodeCollection = store.Projects[tfsProject].AreaRootNodes;
thanks for the code it was helpfull at my end.