Click or drag to resize

PFItemPagePart Constructor

Initializes a new instance of the PFItemPagePart 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 PFItemPagePart(
	PFPageContext context
)

Parameters

context
Type: Packflow.InterfacePFPageContext
The page context.
Exceptions
ExceptionCondition
InvalidCastExceptionContext wrong type : You cannot inherit from an item page part without a PFItemPageContext.
See Also