Click or drag to resize

PFItemGetFieldGenericDisplayHtml Method (PFDataCollection, PFField, String)

Gets a field display value from a data collection.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static Html GetFieldGenericDisplayHtml(
	PFDataCollection data,
	PFField field,
	string sourceUrl
)

Parameters

data
Type: Packflow.CorePFDataCollection
The data collection.
field
Type: Packflow.CorePFField
The field.
sourceUrl
Type: SystemString
The source url to include on html links 'a'.

Return Value

Type: Html
The display html value.
See Also