Click or drag to resize

PFUserNavigationPanelHtmlHelper Constructor

Initializes a new instance of the PFUserNavigationPanelHtmlHelper 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 PFUserNavigationPanelHtmlHelper(
	PFSite site,
	PFTranslations translations
)

Parameters

site
Type: Packflow.CorePFSite
The Packflow site.
translations
Type: Packflow.InterfacePFTranslations
The translations.
Exceptions
ExceptionCondition
ArgumentNullExceptionPackflow site cannot be null.
See Also