Click or drag to resize

GroupsCmdFlags Enumeration

Flags for the groups command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum GroupsCmdFlags
Members
  Member nameValueDescription
None0 No flags.
IncludeIndirect1 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)
IncludeAllValues2 The -v flag displays the MaxResults, MaxScanRows, MaxLockTime, and Timeout values for the specified group.
See Also