Initializes a new instance of the Options class

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

Syntax

C#
public Options(
	StreamsCmdFlags flags,
	string filter,
	string tagged,
	string streampath,
	int maxItems
)
Visual Basic
Public Sub New ( _
	flags As StreamsCmdFlags, _
	filter As String, _
	tagged As String, _
	streampath As String, _
	maxItems As Integer _
)
Visual C++
public:
Options(
	StreamsCmdFlags flags, 
	String^ filter, 
	String^ tagged, 
	String^ streampath, 
	int maxItems
)

Parameters

flags
Type: Perforce.P4..::..StreamsCmdFlags
filter
Type: System..::..String
tagged
Type: System..::..String
streampath
Type: System..::..String
maxItems
Type: System..::..Int32

See Also