Initializes a new instance of the Folder class.

Overload List

  NameDescription
Folder()()()
Initializes a new instance of the Folder class with default properties.
Folder(String)
Initializes a new instance of the Folder class with the specified name.
Folder(String, IEnumerable<(Of <(MapItem>)>))
Initializes a new instance of the Folder class with the specified name, containing the specified MapItems.

See Also