Click or drag to resize

DepotFileDiffFromGetDepotFileDiffsCmdTaggedOutput Method

Read the fields from the tagged output of a diff2 command extra parameters added to fix job108504 which is due to p4api limitations mentioned in job032051 and job032135

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public void FromGetDepotFileDiffsCmdTaggedOutput(
	TaggedObject objectInfo,
	Connection connection,
	Options options,
	string leftFile = "",
	string rightFile = ""
)

Parameters

objectInfo
Type: Perforce.P4TaggedObject
Tagged output from the 'diff2' command
connection
Type: Perforce.P4Connection
options
Type: Perforce.P4Options
leftFile (Optional)
Type: SystemString
Left FileSpec
rightFile (Optional)
Type: SystemString
Right FileSpec
See Also