Important: The information in this document is obsolete and should not be used for new development.
Adding and Replacing Items in a Collection
The functions described in this section allow you to add items to a collection and replace items already in a collection.The
AddCollectionItemfunction allows you to add a new item to a collection. You can also use this function to replace a collection item by specifying its collection tag and collection ID.The
ReplaceIndexedCollectionItemfunction allows you to replace a collection item by specifying its collection index.
Subtopics
- AddCollectionItem
- ReplaceIndexedCollectionItem