Click or drag to resize

PFDashboardControllerSaveDashboard Method (PFDashboard, Boolean)

Saves the specified dashboard and adds the appropriate notification.

If canRedirect is True and the dashboard has been created, the response redirects to the appropriate URL.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected RedirectResult SaveDashboard(
	PFDashboard dashboard,
	bool canRedirect
)

Parameters

dashboard
Type: Packflow.CorePFDashboard
canRedirect
Type: SystemBoolean

Return Value

Type: RedirectResult
See Also