[This is preliminary documentation and is subject to change.]

Run the command supplying additional arguments

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public P4CommandResult Run(
	StringList flags
)
Visual Basic
Public Function Run ( _
	flags As StringList _
) As P4CommandResult
Visual C++
public:
P4CommandResult^ Run(
	StringList^ flags
)

Parameters

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

Return Value

Success/Failure

See Also