ICIIfStatement - If Statement Interface

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

interface ICIIfStatement : ICIEventRuleStatement

Members

How it's used

Applicable Versions

Property Condition As Object read-only

Retrieve the Condition object. (Refer to ICICompoundCondition interface.)

HRESULT Condition(

[out, retval] IDispatch** ppdispCompoundCondition);

EFT Server v5.2 and later

Property ElseSection As Object read-only

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

HRESULT ElseSection(

[out, retval] IDispatch** ppdispActionStatements);

EFT Server v5.2 and later

Property IfSection As Object read-only

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

HRESULT IfSection(

[out, retval] IDispatch** ppdispActionStatements);

EFT Server v5.2 and later