|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
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);
Transfer Action Parameters Interface (ICITransferActionParams)
Timer Event Rule Parameters Interface (ICITimerEventRuleParams)