ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / AddRangeToChildren Method
The items to add to the collection
For internal use only. Default is false

In This Topic
    AddRangeToChildren Method
    In This Topic
    Adds the collection of items to the item's child collection
    Syntax
    protected internal void AddRangeToChildren( 
       IEnumerable<Item> items,
       bool bBrowsingFilesMode
    )
    Protected Friend Sub AddRangeToChildren( _
       ByVal items As IEnumerable(Of Item), _
       Optional ByVal bBrowsingFilesMode As Boolean _
    ) 

    Parameters

    items
    The items to add to the collection
    bBrowsingFilesMode
    For internal use only. Default is false
    Remarks
    Refer to IsContainer. Containers should add their children to thier collection during a Fetch
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also