ICIIfStatement Interface

The ICIIfStatement interface allows you to make changes to the Event Rule settings. See also ICIEventRule : AddIfStatement.

interface ICIIfStatement : ICIEventRuleStatement

Properties

  • Property Condition As Object read-only

  • Retrieves the Condition object. (Refer to ICICompoundCondition interface.)

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

    EFT v5.2 and later

  • Property ElseSection As Object read-only

  • Retrieves the Action statements in Else-section. (Refer to ICIActionStatements interface.)

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

    EFT v5.2 and later

  • Property IfSection As Object read-only

  • Retrieves the Action statements in Else-section. (Refer to ICIActionStatements interface.)

    HRESULT IfSection([out, retval] IDispatch** ppdispActionStatements);
  • Property type As EventRuleStatementType (read-only)