Click or drag to resize

GetProtectionEntriesCmdFlags Enumeration

Flags for the protects command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2018.4.174.677 (2018.4.174.0677)
Syntax
[FlagsAttribute]
public enum GetProtectionEntriesCmdFlags
Members
  Member nameValueDescription
None0 No flags.
AllUsers1 If the -a flag is specified, protection lines for all users are displayed. If the -g group flag or -u user flag is specified, protection lines for that group or user are displayed.
AccessSummary2 If the -m flag is given, a single word summary of the maximum access level is reported. Note that this summary does not take exclusions into account.
See Also