Click or drag to resize

PFPageContextTryGetView Method (HttpRequest, Boolean)

Tries to get the contextual PFView of the specified request.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected PFView TryGetView(
	HttpRequest request,
	bool preloadStructureChildren
)

Parameters

request
Type: System.WebHttpRequest
preloadStructureChildren
Type: SystemBoolean

Return Value

Type: PFView
See Also