Click or drag to resize

PFViewControllerSaveView Method (PFView, Boolean)

Saves the specified view and adds the appropriate notification.

If canRedirect is True and the view 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 SaveView(
	PFView view,
	bool canRedirect
)

Parameters

view
Type: Packflow.CorePFView
canRedirect
Type: SystemBoolean

Return Value

Type: RedirectResult
See Also