FilterComparisonType Enumeration
This enumeration defines constants used by the FilterFileType Object.
You can use the numeric values from scripting languages that do not have access to the symbolic enumeration constants.
| Constant | Value | Description |
|---|---|---|
| fctText | 0x0000 (0) | The Text comparison type. |
| fctBinary | 0x0001 (1) | The Binary comparison type. |
| fctImage | 0x0002 (2) | The Image comparison type. |
| fctTextXML | 0x0004 (4) | The Text XML/XHTML comparison type. |
| fctTextNumeric | 0x0008 (8) | The Text with numeric data comparison type. |
| fctTextIntelHex | 0x0010 (16) | The Text Intel Hex comparison type. |