Initializes a new instance of the ActionCollection class for the specified map. Will create a collection of creation actions.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

C#
public ActionCollection(
	Server server,
	string mapName
)
Visual Basic (Declaration)
Public Sub New ( _
	server As Server, _
	mapName As String _
)
Visual C++
public:
ActionCollection(
	Server^ server, 
	String^ mapName
)

Parameters

server
Type: FreeFlow.Administration..::.Server
The server.
mapName
Type: System..::.String
Name of the map.

See Also