Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetItemsByQueryPocoItemType Method

Gets items of a given content-type using a PFQuery.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected List<PocoItemType> GetItemsByQuery<PocoItemType>(
	string contentTypeName,
	PFQuery query
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
query
Type: Packflow.CorePFQuery

Type Parameters

PocoItemType

Return Value

Type: ListPocoItemType
See Also