Important: The information in this document is obsolete and should not be used for new development.
Removing Items From a Collection
The functions described in this section allow you to remove items from a collection.The
RemoveCollectionItemandRemoveIndexedCollectionItemfunctions allow you to remove a single item from a collection. You use theRemoveCollectionItemfunction if you want to specify the item to remove using the item's tag and ID. You use theRemoveIndexedCollectionItemfunction if you want to specify the item to remove using the item's index.The
PurgeCollectionfunction allows you to remove from a collection all the items whose attributes match a specified pattern.The
PurgeCollectionTagfunction allows you to remove from a collection all the items with a specified collection tag.The
EmptyCollectionfunction allows you to remove every item from a collection.
Subtopics
- RemoveCollectionItem
- RemoveIndexedCollectionItem
- PurgeCollection
- PurgeCollectionTag
- EmptyCollection