Click or drag to resize

ConnectionCreateCommand Method

Create a P4Command that can be run on the connection

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4Command CreateCommand(
	string cmd,
	bool tagged,
	params string[] args
)

Parameters

cmd
Type: SystemString
Command name, i.e. 'sync'
tagged
Type: SystemBoolean
Flag to create tggged output
args
Type: SystemString
The arguments for the command

Return Value

Type: P4Command
See Also