Get the complete text results for the last command

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

Syntax

C#
public string GetTextResults(
	uint cmdID
)
Visual Basic
Public Function GetTextResults ( _
	cmdID As UInteger _
) As String
Visual C++
public:
String^ GetTextResults(
	unsigned int cmdID
)

Parameters

cmdID
Type: System..::..UInt32
Unique Id for the run of the command

Return Value

See Also