|
Hi, I have some trouble with adding an ACL permission programmatically to a TFS Repository path.
I need to assign permissions for a path for example "$/myProject/Branch5TFS" to an active directory group.
I've already find the Active Directory Sid for the group in question and now I want to grant permission and remove permissions for it, so developers can or can not work on the folder depending off QA instructions.
I?? having problems with object Id parameter, I??e tried with the service.GetNodeFromPath(path); but it returns Areas an iteration, not the Uri for the Folder. |