GroupsCmdFlags Enumeration
|
Flags for the groups command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GroupsCmdFlags
<FlagsAttribute>
Public Enumeration GroupsCmdFlags
[FlagsAttribute]
public enum class GroupsCmdFlags
[<FlagsAttribute>]
type 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.
|
See Also