Click or drag to resize

PFItemHtmlHelperGetDisplayText Method (PFField, Object)

Gets the display text representing a value of a PFField.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string GetDisplayText(
	PFField field,
	Object fieldValue
)

Parameters

field
Type: Packflow.CorePFField
fieldValue
Type: SystemObject

Return Value

Type: String
See Also