I too need a way to find out, how to get and parse the protection table using the P4.net DLL. I am trying to run "p4 protects" command using P4.Net DLL. I just need a way to find out which AD Group has access to which branch of perforce tree.
Asked
Active
Viewed 79 times
1 Answers
0
You can use the code
P4Form group = p4.Parse_Form("group", groupString);
groupString is a string argument that will be written filling all the required fields of a group.

Abdullah Saurav
- 33
- 1
- 1
- 9