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.
Triggers an event with the given event data.
Namespace: Smartsite.Scf
Assembly: Smartsite.Scf (in Smartsite.Scf.dll)
Syntax
C# | Copy Code |
---|---|
[(Name = "{0}.Events.SendProperties")] public static void CurrentSmartletTriggerEventSimple( context, string eventName, params string[] propertyNames ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<(Name := "{0}.Events.SendProperties")> _ Public Shared Sub CurrentSmartletTriggerEventSimple ( _ context As , _ eventName As , _ ParamArray propertyNames As () _ ) |
Parameters
- context
- IRenderContext
The context.
- eventName
- String
Name of the event.
- propertyNames
- array<String>[]()
The property names.
See Also
Smartlet Class
Smartsite.Scf Namespace