Flags for the groups command.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
[FlagsAttribute]
public enum GroupsCmdFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration GroupsCmdFlags
Visual C++
[FlagsAttribute]
public enum class 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