Groups command options.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public Options( GroupsCmdFlags flags, int maxItems ) |
Visual Basic |
---|
Public Sub New ( _ flags As GroupsCmdFlags, _ maxItems As Integer _ ) |
Visual C++ |
---|
public: Options( GroupsCmdFlags flags, int maxItems ) |
Return Value
Remarks
p4 help groups
groups -- List groups (of users)
p4 groups [-m max] [[[-i] user | group] | [-v [group]]]
List all user groups defined in the server. If a user argument is,
specified, only groups containing that user are displayed. If a group
argument is specified, only groups containing the group are displayed.
The -i flag also displays groups that the user or group belongs to
indirectly by means of membership in subgroups.
The -m max flag limits output to the specified number of groups.
The -v flag displays the MaxResults, MaxScanRows, MaxLockTime, and
Timeout values for the specified group.