Important: The information in this document is obsolete and should not be used for new development.
Cloning and Copying Collection Objects
The functions described in this section allow you to examine and manipulate the owner count of a collection object or to make a complete copy of a collection object.The
CloneCollectionfunction allows you to increment the owner count of a collection object. Typically, you use this function to signify the creation of a new reference to an existing collection object. TheCountCollectionOwnersfunction allows you to determine the current owner count of a collection object.The
CopyCollectionfunction allows you to create a complete copy of a collection object. The new collection object contains a copy of every item in the original collection object.
Subtopics
- CloneCollection
- CountCollectionOwners
- CopyCollection