Click or drag to resize

PFDashboardControllerSaveAndOpenDashboard Method

Action called when the button "Save and open dashboard" is clicked.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[HttpPostAttribute]
[AcceptVerbsAttribute(HttpVerbs.Post)]
public virtual ActionResult SaveAndOpenDashboard(
	PFDashboard dashboard,
	FormCollection collection
)

Parameters

dashboard
Type: Packflow.CorePFDashboard
collection
Type: FormCollection

Return Value

Type: ActionResult
See Also