Click or drag to resize

PFActionsBar Constructor

Initializes a new instance of the PFActionsBar class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFActionsBar(
	string controllerName
)

Parameters

controllerName
Type: SystemString
Name of the MVC controller.
See Also