Click or drag to resize

PFItemPagePFItemTypeSetViewData Method

Sets the view data dictionary for the associated view.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected override void SetViewData(
	ViewDataDictionary viewData
)

Parameters

viewData
Type: ViewDataDictionary
A dictionary of data to pass to the view.
See Also