Flags for the protects command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GetProtectionEntriesCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GetProtectionEntriesCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class GetProtectionEntriesCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| AllUsers | 1 | 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. | |
| AccessSummary | 2 | 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. |