Click or drag to resize

PFFieldChoiceCreateValue Method (IEnumerablePFItem)

Creates a new instance of the PFFieldChoiceValue class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldChoiceValue CreateValue(
	IEnumerable<PFItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerablePFItem

Return Value

Type: PFFieldChoiceValue
See Also