Programmer's Guide > Interfaces > CMSObject interface > getParents method
  
getParents method
Returns an iterator over the set of documents that reference this object.
getParents( )
Parameters
None
Returns
CMSBrowseIterator. The iterator over the objects that reference the specified object. The iterator returns CMSBrowseItem objects.
Throws
CMSException
Raised for any error.