Click or drag to resize

Options Constructor (StreamCmdFlags, String, String, Boolean)

Create Options for a Stream command

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

Parameters

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