Hi;
In Team Foundation, you can ask Team Explorer to show deleted files by doing this:
Tools > Options > Source Control > Visual Team Foundation Server > Show deleted items in the Source Control Explorer.
My question is how do you do the same thing programatically?
I am developing a synchronisation tool, and I need to detected deleted files in TFS. Workspace.Get(...) returns only non-deleted files.
Any idea how I can achieve that? Thank you.