Click or drag to resize

PFUserPageContext Constructor

Initializes a new instance of the PFUserPageContext 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 PFUserPageContext(
	HttpRequest request,
	PFUser userProfile
)

Parameters

request
Type: System.WebHttpRequest
userProfile
Type: Packflow.CorePFUser
See Also