Click or drag to resize

PFItemGetFieldDisplayValue Method (PFField)

Gets display text (not html) of a field in this item.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string GetFieldDisplayValue(
	PFField field
)

Parameters

field
Type: Packflow.CorePFField

Return Value

Type: String
Display text.
See Also