What's Changed?
ExclusionType Enumeration



KellermanSoftware.WhatsChanged Namespace : ExclusionType Enumeration
How to exclude lines from the comparison
Syntax
Public Enum ExclusionType 
   Inherits System.Enum
Dim instance As ExclusionType
public enum ExclusionType : System.Enum 
public enum class ExclusionType : public System.Enum 
Members
MemberDescription
Contains The line contains the text
EndsWith The line ends with the text
RegularExpression The line matches the regular expression
StartsWith The line starts with the text
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.WhatsChanged.ExclusionType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.WhatsChanged Namespace