Click or drag to resize

IPFItemHtmlHelperGetDisplayHtml Method

Gets the display html representing a value of a PFField.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
Html GetDisplayHtml(
	PFField field,
	string sourceUrl = null
)

Parameters

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

Return Value

Type: Html
See Also