Programmer's Guide > Interfaces > CMSObject interface > start attribute
  
start attribute
Specifies the first 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 the allReferences attribute 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.
start
Access
read-only
Returns
Node
Get throws
CMSException
Raised for any error accessing this attribute.