Options for the Streams command

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

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
Streams flags
filter
Type: System..::..String
filter output fields
tagged
Type: System..::..String
limit output to tagged fields
streampath
Type: System..::..String
path to check for streams
maxItems
Type: System..::..Int32
max number of streams to list

See Also