PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the event data sent by another Smartlet as a DataTable.
Namespace: Smartsite.Scf
Assembly: Smartsite.Scf (in Smartsite.Scf.dll)
Syntax
C# | Copy Code |
---|---|
[(Name = "{0}.Events.Receive")] public static CurrentSmartletGetEventData( context, string eventName ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<(Name := "{0}.Events.Receive")> _ Public Shared Function CurrentSmartletGetEventData ( _ context As , _ eventName As _ ) As |
Parameters
- context
- IRenderContext
The context.
- eventName
- String
Name of the event.
Return Value
DataTable (1 row, each column contains one event property).See Also
Smartlet Class
Smartsite.Scf Namespace