Programmer's Guide > Interfaces > CMSObject interface > end attribute
  
end attribute
Specifies the last DOM Node associated with the object reference. You can reference a given CMS object in multiple places in either a single document or multiple documents. See allReferences for more details.
This may be null if this object reference is not currently associated with any DOM Nodes. For example, this could represent a folder object or an object whose content has not yet been loaded into a document.
end
Access
read-only
Returns
Node
Get throws
CMSException
Raised for any error accessing this attribute.