Click or drag to resize

PFItemPageContext Constructor (HttpRequest, PFItem)

Initializes a new instance of the PFItemPageContext 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 PFItemPageContext(
	HttpRequest request,
	PFItem item
)

Parameters

request
Type: System.WebHttpRequest
item
Type: Packflow.CorePFItem
See Also