Get the tagged output generated by a command

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

Syntax

C#
public TaggedObjectList GetTaggedOutput(
	uint cmdId
)
Visual Basic
Public Function GetTaggedOutput ( _
	cmdId As UInteger _
) As TaggedObjectList
Visual C++
public:
TaggedObjectList^ GetTaggedOutput(
	unsigned int cmdId
)

Parameters

cmdId
Type: System..::..UInt32

Return Value

A list of TaggedObjects comprising the tagged output.

See Also