P4Command Constructor (Repository, String, Boolean, String)
|
Constructor
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic P4Command(
Repository repository,
string command,
bool taggedOutput,
params string[] arguments
)
Public Sub New (
repository As Repository,
command As String,
taggedOutput As Boolean,
ParamArray arguments As String()
)
public:
P4Command(
Repository^ repository,
String^ command,
bool taggedOutput,
... array<String^>^ arguments
)
new :
repository : Repository *
command : string *
taggedOutput : bool *
arguments : string[] -> P4Command
Parameters
- repository
- Type: Perforce.P4Repository
Target Repository - command
- Type: SystemString
Command String i.e 'submit' - taggedOutput
- Type: SystemBoolean
Run in tagged protocol - arguments
- Type: SystemString
Arguments for the command
See Also