Click or drag to resize

P4ServerGetInfoResults Method

Get the information messages generated by the previous command

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public P4ClientInfoMessageList GetInfoResults(
	uint cmdId
)

Parameters

cmdId
Type: SystemUInt32

Return Value

Type: P4ClientInfoMessageList
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