|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
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
The dialog box below is labeled with the parameters that are available in the interface.
