ArcGIS Pro 2.6 API Reference Guide
AddRangeToChildren Method

ArcGIS.Desktop.Core Namespace > Item Class : AddRangeToChildren Method
The items to add to the collection
For internal use only. Default is false
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 10, Windows 8.1, Windows 7

See Also

Reference

Item Class
Item Members