Click or drag to resize

PFItemDataCollectionGetValue Method (PFField)

Gets a value as text, can return null.

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 GetValue(
	PFField field
)

Parameters

field
Type: Packflow.CorePFField
Field of the wanted value.

Return Value

Type: String
See Also