Get the information messages generated by the previous command

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

Syntax

C#
public string[] GetInfoResults(
	uint cmdId
)
Visual Basic
Public Function GetInfoResults ( _
	cmdId As UInteger _
) As String()
Visual C++
public:
array<String^>^ GetInfoResults(
	unsigned int cmdId
)

Parameters

cmdId
Type: System..::..UInt32

Return Value

List of messages

Remarks

Each message is formatted as follows l:Message text where l is a single digit representing the message level

See Also