Executes a Perforce command in tagged mode.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public P4RecordSet Run(
	string Command,
	params string[] Args
)

Parameters

Command
Type: System..::.String
The command.
Args
Type: array<System..::.String>[]()[]
The arguments to the Perforce command. Remember to use a dash (-) in front of all switches

Return Value

A P4Recordset containing the results of the command.

See Also