SaveContext method: List class
Syntax
SaveContext(&context_data)
Description
Use this method to save the contextual data for the current activity guide to the database. Any existing contextual data for this activity guide definition is deleted from the database first.
Parameters
| Parameter | Description |
|---|---|
|
&context_data |
Specifies the contextual data for the activity guide as a PTAI_COLLECTION:Collection object. |
Returns
None.
Related Topics