Click or drag to resize

P4CommandResult Constructor (P4Command, StringList)

Create a P4CommandResult by running a command

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

Parameters

cmd
Type: Perforce.P4P4Command
Command to run
flags
Type: Perforce.P4StringList
Flags for the command
See Also