Click or drag to resize

PFItemHtmlHelperGetDisplayHtml Method (PFField, 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#
public Html GetDisplayHtml(
	PFField field,
	Object fieldValue,
	string sourceUrl = null
)

Parameters

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

Return Value

Type: Html
See Also