Read the fields from the tagged output of a diff2 command

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

Syntax

C#
public void FromGetDepotFileDiffsCmdTaggedOutput(
	TaggedObject objectInfo,
	Connection connection,
	Options options
)
Visual Basic
Public Sub FromGetDepotFileDiffsCmdTaggedOutput ( _
	objectInfo As TaggedObject, _
	connection As Connection, _
	options As Options _
)
Visual C++
public:
void FromGetDepotFileDiffsCmdTaggedOutput(
	TaggedObject^ objectInfo, 
	Connection^ connection, 
	Options^ options
)

Parameters

objectInfo
Type: Perforce.P4..::..TaggedObject
Tagged output from the 'diff2' command
connection
Type: Perforce.P4..::..Connection
options
Type: Perforce.P4..::..Options

See Also