Click or drag to resize

PFItemAdministrationHtmlHelper Constructor

Initializes a new instance of the PFItemAdministrationHtmlHelper 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 PFItemAdministrationHtmlHelper(
	PFItemPageContext pageContext
)

Parameters

pageContext
Type: Packflow.InterfacePFItemPageContext
The page context.
Exceptions
ExceptionCondition
ArgumentNullException Page context cannot be null. or Page context item cannot be null.
See Also