The types of diffs returned by the server.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
[FlagsAttribute] public enum DiffType |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration DiffType |
| Visual C++ |
|---|
[FlagsAttribute] public enum class DiffType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Content | 0 | File contents are different. | |
| FileType | 1 | File contents are identical but file types are different. | |
| LeftOnly | 2 | The left file in the diff has no target file at the specified name or revision to pair with for a diff. | |
| RightOnly | 4 | The right file in the diff has no source file at the specified name or revision to pair with for a diff. | |
| Identical | 8 | File content and file types are identical. |