Command Action Parameters Interface

This interface is available in EFT Server 5.2 and later.

The ICICommandActionParams interface allows you to make changes to the settings of Execute Command Event Action. Access the ICICommandActionParams interface with ICIEventAction Params property (when its Type property returns CommandAction).

Example:

If action.Type = 1 then 'CommandAction

Set commandParams = action.Params

EndIf

Dialog Box Equivalents

The dialog box below is labeled with the parameters that are available in the interface.

Related Topics