Programmer's Guide > Interfaces > CMSObject interface > allReferences attribute
  
allReferences attribute
Returns a collection of all active object references to the same associated CMS object version.
Each CMSObject represents a specific reference (or usage) of a CMS object. If a CMS object references (through File Entity or XInclude) the same child object twice in different parts of the document content, then each reference would have its own CMSObject object. Use the allReferences attribute to write application code that iterates over all open references to this CMS object. Note that the class attribute of each reference may be different.
This attribute can return object references from multiple distinct documents.
allReferences
Access
read-only
Returns
CMSObjectList
Get throws
CMSException
Raised for any error.