Initializes a new instance of the Folder class with the specified name.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Folder(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::.String

The name of the new Folder; appears in the ArcGIS Explorer contents window when the Folder is added to the Map.

See Also