Click or drag to resize

PFItemControllerPFItemTypeView Method (String, String, Object)

Standard method called by MVC at the end of all controllers' actions.

This method is overridden to handle the AutoStartTask option.

If the option is activated, this will ensure a lock and set the current task as active, if possible.

In general, avoid to call or override this method.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected override ViewResult View(
	string viewName,
	string masterName,
	Object model
)

Parameters

viewName
Type: SystemString
masterName
Type: SystemString
model
Type: SystemObject

Return Value

Type: ViewResult
See Also