PFItemGetFieldDisplayValue Method (String) |
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 public string GetFieldDisplayValue(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Name of the field.
Return Value
Type:
StringDisplay text.
See Also