job000487

norman_morse (Norman Morse)
Norman Morse created this job , modified by Perforce maintenance
Open
Documentation for Repository.GetReviewers is incorrect.
Some kind of cut and paste confusion with Repository.GetProtectionEntries.

--------------------

GetReviewersCmdOptions opts =
new GetReviewersCmdOptions(GetReviewersCmdFlags.None, 0);

FileSpec filespec =
new FileSpec(new DepotPath("//depot/main/src/..."), null);
IList<FileSpec> filespecs = new List<FileSpec>();
filespecs.Add(filespec);

IList<ProtectionEntry> target =
Repository.GetProtectionEntries(filespecs, opts);To get the list of users who are reviewing submitted changelist 83476:
  • Details
  • Comments -
Status
Open
Project
perforce-software-p4api-net
Severity
C
Reported By
Norman Morse
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
norman_morse
Type
Bug