If Statement Interface

icon_info.gif

This interface is available in EFT Server 5.2 and later.

The ICIIfStatement interface allows you to make changes to the Event Rule settings using the following methods and properties:

HRESULT Condition([out, retval] IDispatch** ppdispCompoundCondition);

 

HRESULT ElseSection([out, retval] IDispatch** ppdispActionStatements);

 

HRESULT IfSection([out, retval] IDispatch** ppdispActionStatements);