Click or drag to resize

PFFieldGetGenericDisplayHtml Method (Object, String)

Converts a typed value to a display text using HTML.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual Html GetGenericDisplayHtml(
	Object value,
	string sourceUrl
)

Parameters

value
Type: SystemObject
A value obtained from this field.
sourceUrl
Type: SystemString
If the output contains links, the source url is added as a parameter.

Return Value

Type: Html
Html
See Also