Click or drag to resize

StreamCmdOptions Constructor

Create StreamCmdOptions for a Stream command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntax
public StreamCmdOptions(
	StreamCmdFlags flags,
	string parent,
	string type,
	bool supressMessages = false
)

Parameters

flags
Type: Perforce.P4StreamCmdFlags
Stream flags
parent
Type: SystemString
parent stream
type
Type: SystemString
type of stream
supressMessages (Optional)
Type: SystemBoolean
Suppresses normal output messages while using convertsparse option. Messages regarding errors or exceptional conditions are displayed.
See Also