Groups command options.

Namespace: Perforce.P4
Assembly: 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
)

Parameters

flags
Type: Perforce.P4..::..GroupsCmdFlags
maxItems
Type: System..::..Int32

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.

See Also