Read the fields from the tagged output of a diff2 command
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
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