Click or drag to resize

PFPocoFactoryGetItems Method (ListPFItem)

Gets pocos from multiple Packflow items.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static List<PFItem> GetItems(
	List<PFItem> pfItems
)

Parameters

pfItems
Type: System.Collections.GenericListPFItem

Return Value

Type: ListPFItem
See Also