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