BuildMaster SDK Reference
Version:

TextDifferenceType Enumeration

Specifies what type of difference the block of text in a TextDifference instance refers to.

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.BuildMaster.Files.TextDifferenceType

Syntax

public enum TextDifferenceType : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Delete

The block of text has been deleted in this version.

Equal

The block of text has not changed.

Insert

The block of text has been inserted in this version.