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
Syntaxpublic Options(
StreamCmdFlags flags,
string parent,
string type,
bool supressMessage = false
)
Public Sub New (
flags As StreamCmdFlags,
parent As String,
type As String,
Optional supressMessage As Boolean = false
)
public:
Options(
StreamCmdFlags flags,
String^ parent,
String^ type,
bool supressMessage = false
)
new :
flags : StreamCmdFlags *
parent : string *
type : string *
?supressMessage : bool
(* Defaults:
let _supressMessage = defaultArg supressMessage false
*)
-> Options
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