Important: The information in this document is obsolete and should not be used for new development.
CountCollectionTags
You use theCountCollectionTags
function to determine the number of distinct collection tags contained by the items of a specified collection.
long CountCollectionTags(Collection source);
source
- A reference to the collection object whose collection tags you want to count.
- function result
- The number of distinct collection tags contained by the items of the source collection.
DESCRIPTION
TheCountCollectionTags
function returns as its function result the number of distinct collection tags contained by the items of the collection referenced by thesource
parameter.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.For an example of this function, see "Examining the Collection Tags of a Collection" beginning on page 5-35.