Click or drag to resize

PFChoicesTree Constructor

Initializes a new instance of the PFChoicesTree 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 PFChoicesTree(
	PFFieldChoice sourceField,
	List<PFItem> sourceItems
)

Parameters

sourceField
Type: Packflow.CorePFFieldChoice
The source field.
sourceItems
Type: System.Collections.GenericListPFItem
The source items.
See Also