Click or drag to resize

PFItemGetFieldDisplayValue Method (PFDataCollection, PFField)

Gets a field display text (not 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 string GetFieldDisplayValue(
	PFDataCollection data,
	PFField field
)

Parameters

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

Return Value

Type: String
Display text.
See Also