Important: The information in this document is obsolete and should not be used for new development.
CollectionTagExists
You can use theCollectionTagExistsfunction to identify if any of the items in a specified collection contain a specified collection tag.
Boolean CollectionTagExists(Collection source, CollectionTag tag);
source- A reference to the collection object you want to search for a specific collection tag.
tag- The collection tag to search for in the collection.
- function result
- A Boolean value indicating whether the source collection contains any items that contain the specified tag.
DESCRIPTION
TheCollectionTagExistsfunction returns as its function result a Boolean value indicating whether any of the items in the collection referenced by thesourceparameter contain the collection tag specified by thetagparameter.SEE ALSO
For information about collection tags, see "Collection Items" beginning on page 5-8. For information about data types related to collection tags, see the section "Collection Tags" on page 5-49.