S
Santosh Umarani
Guest
Hi,
I have a file which is being referenced in multiple files. I want to know how can I find all the files referenced in particular TFS path. I want to search in TFS path of each file which it is being referenced.
TfsTeamProjectCollection tfsTeamProjectCollection = new TfsTeamProjectCollection(new Uri("TFS path"));
tfsTeamProjectCollection.Authenticate();
Kindly waiting for your response.
Thanks,
Santosh
Continue reading...
I have a file which is being referenced in multiple files. I want to know how can I find all the files referenced in particular TFS path. I want to search in TFS path of each file which it is being referenced.
TfsTeamProjectCollection tfsTeamProjectCollection = new TfsTeamProjectCollection(new Uri("TFS path"));
tfsTeamProjectCollection.Authenticate();
Kindly waiting for your response.
Thanks,
Santosh
Continue reading...