Click or drag to resize

PFFieldChoiceValueAddItems Method (String, PFItem)

Adds items 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 AddItems(
	string displayFieldName,
	params PFItem[] items
)

Parameters

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