Read the fields from the tagged output of a depot command

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

Syntax

C#
public void FromDepotCmdTaggedOutput(
	TaggedObject objectInfo
)
Visual Basic
Public Sub FromDepotCmdTaggedOutput ( _
	objectInfo As TaggedObject _
)
Visual C++
public:
void FromDepotCmdTaggedOutput(
	TaggedObject^ objectInfo
)

Parameters

objectInfo
Type: Perforce.P4..::..TaggedObject
Tagged output from the 'depot' command

See Also