PatternFilter Enumeration

This enumeration defines constants for filter patterns that specify whether the pattern will include or exclude matched items from folder comparisons. You can use the numeric values from scripting languages that do not have access to the symbolic enumeration constants.

Constant Value Description
pfInclude 0x0000 (0) Items matched by the pattern will be included in the folder comparison.
pfExclude 0x0001 (1) Items matched by the pattern will be excluded from the folder comparison.