Click or drag to resize

PFItemHtmlHelper Constructor

Initializes a new instance of the PFItemHtmlHelper class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected PFItemHtmlHelper(
	ViewContext viewContext,
	IViewDataContainer viewDataContainer,
	PFItemPageContext pageContext
)

Parameters

viewContext
Type: ViewContext
The view context.
viewDataContainer
Type: IViewDataContainer
The view data container.
pageContext
Type: Packflow.InterfacePFItemPageContext
The page context.
Exceptions
ExceptionCondition
ArgumentNullException Page context cannot be null. or Page context item cannot be null.
See Also