[This is preliminary documentation and is subject to change.]
Read the fields from the tagged output of a diff2 command
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public void FromGetDepotFileDiffsCmdTaggedOutput( TaggedObject objectInfo, Connection connection ) |
Visual Basic |
---|
Public Sub FromGetDepotFileDiffsCmdTaggedOutput ( _ objectInfo As TaggedObject, _ connection As Connection _ ) |
Visual C++ |
---|
public: void FromGetDepotFileDiffsCmdTaggedOutput( TaggedObject^ objectInfo, Connection^ connection ) |
Parameters
- objectInfo
- Type: Perforce.P4..::..TaggedObject
Tagged output from the 'diff2' command
- connection
- Type: Perforce.P4..::..Connection