ICIFileActionFilter

The ICIFileActionFilter interface specifies properties of the Event Rules File Operation Action filters.

Members

  • Property ExcludeFiles As Boolean

  • Enable or disable the ability to exclude files.

    HRESULT ExcludeFiles([out, retval] VARIANT_BOOL *pVal);
    HRESULT ExcludeFiles([in] VARIANT_BOOL newVal);

    EFT v8.0.5 and later

  • Property ExclusionMask As String

  • Specify files or types of files to exclude. (ExcludeFiles, above, must be enabled.) You can use wildcards and specify multiple masks with commas, such as:

*.txt, *.do?

    HRESULT ExclusionMask([out, retval] BSTR* pVal);
    HRESULT ExclusionMask([in] BSTR newVal);

    EFT v8.0.5 and later

Dialog Box Equivalents