Programmer's Guide > Interfaces > CMSObject interface > getChildren method
  
getChildren method
Retrieves the contents of a folder or the children of a document object.
getChildren( )
Parameters
None
Returns
CMSBrowseIterator. The iterator over the object's children. The iterator returns CMSBrowseItem objects.
Throws
CMSException
Raised for any error.