Click or drag to resize

PFFieldChoiceValueAddItem Method (PFItem, String)

Adds an item to the references.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void AddItem(
	PFItem item,
	string displayFieldName
)

Parameters

item
Type: Packflow.CorePFItem
displayFieldName
Type: SystemString
See Also