rss
twitter

Wednesday, September 21, 2016

Programmatically adding Labels in TFS

            Using C# code we can Label the files in particular changeset. Below is the code snippet for labeling all files in  given changeset. private void LabelChangeset(string fileLabel, Changeset changeset) { VersionControlLabel vcl = new VersionControlLabel(vcServer, fileLabel, null, cbProjects.SelectedItem.ToString(), "Autogen label.")...
Read more...

Bookmark and Share

Label Cloud

Must Buy

  © Blogger templates by Ourblogtemplates.com updated with zenplate.com tips

Back to TOP