![]()  | 
  | 
FolderDocument.Items object
 
 Prototype for FolderDocument.Items objects SyntaxYou cannot create a FolderDocument.Items object. You can only access it from FolderDocument.Item: var folder_item; Parametersnone. Property Ofnone. Implemented InECMerge 2.1 DescriptionFolderDocument.Items is a Read-Only, Array-like, object
    which allows you to gain access to a list of items. Usually the
    children (i.e. contained) items of a folder document
    item. Properties
 
 MethodsExamplessee FolderDocument.Item examples. See Also
 
 Method fillSyntaxfunction fill ( ) Parametersnone. Method OfFolderDocument.Items object Implemented InECMerge 2.1 DescriptionForces the content of the 'children' Array to be filled, waiting until all launched requests actually terminate. ExamplesExample 1.Enumerate the children names of the root item: var folder_doc =
    current_frame.coordinator.document; 
  | 
|||||||||