Flags for the groups command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GroupsCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GroupsCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class GroupsCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| IncludeIndirect | 1 | The -i flag also displays groups that the user or group belongs to indirectly by means of membership in subgroups. (The group parameter for the command can be a user or group name) | |
| IncludeAllValues | 2 | The -v flag displays the MaxResults, MaxScanRows, MaxLockTime, and Timeout values for the specified group. |