Click or drag to resize

PFExcelDataExporter_SourceGetItemFieldValue Method

Gets the text value for a specific field and item. The computed value depends on the UseFriendlyValues and CustomFieldRenderer delegate.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string GetItemFieldValue(
	PFItem currentItem,
	PFField field
)

Parameters

currentItem
Type: Packflow.CorePFItem
The current item.
field
Type: Packflow.CorePFField
The field.

Return Value

Type: String
See Also