The requested page is not available for selected version.
ActionSetting
Syntax
string ActionSetting(string actionname, string settingname, string defaultvalue)
Description
Get the setting of an action word
Parameters
actionname
Name of the action for which the setting is retrieved.
settingname
Name of the setting.
defaultvalue
Value to be returned by the function if the action or setting doesn’t exist.
Return Value
The value of the setting or, in case either the action or the setting does not exist, the value of defaultvalue .
Notes
- Action settings can be used to tweak the handling of actions, like extra reporting or logging.