The types of diffs returned by the server.

Namespace: Perforce.P4
Assembly: 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 nameValueDescription
Content0 File contents are different.
FileType1 File contents are identical but file types are different.
LeftOnly2 The left file in the diff has no target file at the specified name or revision to pair with for a diff.
RightOnly4 The right file in the diff has no source file at the specified name or revision to pair with for a diff.
Identical8 File content and file types are identical.

See Also