Initializes a new instance of the Folder class
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public Folder( string name, IEnumerable<MapItem> childItems ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ childItems As IEnumerable(Of MapItem) _ ) |
Parameters
- name
- Type: System..::.String
- childItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(MapItem>)>)