Folder Monitor Event Rule Parameters Interface

This interface is available in EFT Server 5.2 and later.

The ICIFolderMonitorEventRuleParams interface allows you to make changes to the Event Rule settings using the following properties:

HRESULT CheckHealth([out, retval] VARIANT_BOOL *pVal);

HRESULT CheckHealth([in] VARIANT_BOOL newVal);

HRESULT CheckHealthInterval([out, retval] long *pVal);

HRESULT CheckHealthInterval([in] long newVal);

HRESULT Enabled([out, retval] VARIANT_BOOL *pVal);

HRESULT Enabled([in] VARIANT_BOOL newVal);

HRESULT ForcedlyDisabled([out, retval] VARIANT_BOOL *pVal);

HRESULT ForcedlyDisabled([in] VARIANT_BOOL newVal);

HRESULT IncludeSubfolders([out, retval] VARIANT_BOOL *pVal);

HRESULT IncludeSubfolders([in] VARIANT_BOOL newVal);

HRESULT Name([out, retval] BSTR *pVal);

HRESULT Name([in] BSTR newVal);

HRESULT Path([out, retval] BSTR *pVal);

HRESULT Path([in] BSTR newVal);

Related Topics