ICIEventAction - Event Action Interface

The ICIEventAction interface allows you to make changes to the Event Rule Action settings.

interface ICIEventAction : IDispatch

In the Members column, "Function" and "Sub" indicate that the member is a method; "Property" indicates that it is a property.

 

Members

How it's used

Applicable Version

Function GetParams() As Object

Retrieve the event action parameters.

HRESULT GetParams([out, retval] IDispatch** ppdispParams);

EFT Server v6.1 and later

Sub SetParams(pdispParams As Object)

Specify the event action parameters.

HRESULT SetParams([in] IDispatch* pdispParams);

EFT Server v6.1 and later

Property type As EventActionType read-only

HRESULT Type([out, retval] EventActionType *pVal);

EFT Server v5.2 and later