Click or drag to resize

P4CommandRun Method (StringList)

Run the command supplying additional arguments

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4CommandResult Run(
	StringList flags
)

Parameters

flags
Type: Perforce.P4StringList
Additional arguments inserted in front of the current arguments

Return Value

Type: P4CommandResult
Success/Failure
See Also