Click or drag to resize

PFItemHtmlHelperPFItemType 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#
public PFItemHtmlHelper(
	ViewContext viewContext,
	IViewDataContainer viewDataContainer,
	PFItemPageContext pageContext
)

Parameters

viewContext
Type: ViewContext
viewDataContainer
Type: IViewDataContainer
pageContext
Type: Packflow.InterfacePFItemPageContext
See Also