| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| smartListHandler | finSmartListHandler | |||
| eventId | String | The Event Id. | ||
| EventArgs | ISKeyValueList | |||
| hostingContext | isefinSmartListHostingContext | Details about where this Smart List is being run from. | ||
| scriptRequestInfo | finScriptRequestInfo | Information about the Request to this Script. | ||
| scriptContextData | ISKeyValueList | An Context Data to be passed to the Script. These will be available via ScriptInfo.ContextData and various shortcuts, e.g. ScriptInfo.Target. |
A Boolean value indicating success.