Click or drag to resize

Options Constructor (StreamsCmdFlags, String, String, String, Int32, String)

Options for the Streams command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public Options(
	StreamsCmdFlags flags,
	string filter,
	string tagged,
	string streampath,
	int maxItems,
	string viewmatch
)

Parameters

flags
Type: Perforce.P4StreamsCmdFlags
Streams flags
filter
Type: SystemString
filter output fields
tagged
Type: SystemString
limit output to tagged fields
streampath
Type: SystemString
path to check for streams
maxItems
Type: SystemInt32
max number of streams to list
viewmatch
Type: SystemString
returns the stream containing given depot path
See Also