GetMaxProtectionAccessCmdFlags Enumeration
|
Flags for the protects command (for maximum access level).
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetMaxProtectionAccessCmdFlags
<FlagsAttribute>
Public Enumeration GetMaxProtectionAccessCmdFlags
[FlagsAttribute]
public enum class GetMaxProtectionAccessCmdFlags
[<FlagsAttribute>]
type GetMaxProtectionAccessCmdFlags
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 or the specified file path into account.
|
| PathAccessSummary | 4 |
If the -M flag is given, a single word summary of the maximum
access level is reported. Unlike '-m' it does take into account
exclusions and the specified file path.
|
See Also