Click or drag to resize

PFItemHtmlHelperGetDisplayHtml Method (PFField, PFFieldControlMode, Object, String)

Gets the display html representing a value of a PFField.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected virtual Html GetDisplayHtml(
	PFField field,
	PFFieldControlMode mode,
	Object fieldValue,
	string sourceUrl = null
)

Parameters

field
Type: Packflow.CorePFField
mode
Type: Packflow.CorePFFieldControlMode
fieldValue
Type: SystemObject
sourceUrl (Optional)
Type: SystemString

Return Value

Type: Html
See Also