Executes a Perforce command in non-tagged mode.

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

Syntax

C#
public P4UnParsedRecordSet RunUnParsed(
	string Command,
	params string[] Args
)

Parameters

Command
Type: System..::.String
The command.
Args
Type: array<System..::.String>[]()[]
The args.

Return Value

See Also