Click or drag to resize

PFItemGetFieldGenericDisplayHtml Method (PFDataCollection, PFField)

Gets a field display html 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
)

Parameters

data
Type: Packflow.CorePFDataCollection
The data collection.
field
Type: Packflow.CorePFField
The field.

Return Value

Type: Html
The display html value.
See Also