FileViewType Enumeration

This enumeration defines constants for the various possible layouts of the file comparison window. You can use the numeric values from scripting languages that do not have access to the symbolic enumeration constants.

Constant Value Description
fvtNone 0x0000 (0) The file comparison object doesn’t have a user interface.
fvtTwoWay 0x0001 (1) The file comparison UI displays a two-way comparison.
fvtThreeWay 0x0002 (2) The file comparison UI displays a three-way comparison.