Initializes a new instance of the GroupsCmdOptions class

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

Syntax

C#
public GroupsCmdOptions(
	GroupsCmdFlags flags,
	int maxItems
)
Visual Basic
Public Sub New ( _
	flags As GroupsCmdFlags, _
	maxItems As Integer _
)
Visual C++
public:
GroupsCmdOptions(
	GroupsCmdFlags flags, 
	int maxItems
)

Parameters

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

See Also