Initializes a new instance of the ActionCollection class for the specified stage in the specified map.

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

Syntax

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

Parameters

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

See Also