Click or drag to resize

DiffType Enumeration

The types of diffs returned by the server.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum 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