Currently I have only figured out how I can use TfsTeamProjectCollection
and VersionControlServer
to get all files related to a specific changeset (i.e. added/changed/deleted files etc).
What I can't figure out how to get all files like the "Get specific version" in the source code explorer.
How do I do that without going through all change sets up to the wanted one?