LineDiffBlockChangeType enum

Type of change for a line diff block

Fields

None = 0

No change - both the blocks are identical

Add = 1

Lines were added to the block in the modified file

Delete = 2

Lines were deleted from the block in the original file

Edit = 3

Lines were modified