Initializes a new instance of the GroupsCmdOptions class

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

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