The ICIActionStatements interface allows you to make changes to the Event Rule settings.
interface ICIActionStatements : IDispatch
|
In the Members column, "Function" and "Sub" indicate that the member is a method. |
Members |
How it's used |
Applicable Versions |
Function Add(lIndex As Long, pdispActionParams As Object) As Object |
Add action statement at specified position. HRESULT Add( [in] long lIndex, [in] IDispatch* pdispActionParams, [out, retval] IDispatch** ppdispActionStatement); |
EFT Server v5.2 and later |
Function Count() As Long |
Retrieve a number of listed action statements. HRESULT Count( [out, retval] long* plCount); |
EFT Server v5.2 and later |
Sub Delete(lIndex As Long) |
Delete action statement by index. HRESULT Delete( [in] long lIndex); |
EFT Server v5.2 and later |
Function Item(lIndex As Long) As Object |
Retrieve or specify an action statement object by index. (Refer to ICIActionStatement interface.) HRESULT Item( [in] long lIndex, [out, retval] IDispatch** ppdispActionStatement); |
EFT Server v5.2 and later |