Event Rule Parameters Interface

icon_info.gif

This interface is available in EFT Server 5.2 and later.

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

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

HRESULT Description([in] BSTR newVal);

 

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

HRESULT Enabled([in] VARIANT_BOOL newVal);

 

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

HRESULT Name([in] BSTR newVal);