Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGet Method (PFQuery)

Get items using a Packflow query (without aggregations).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFItemType> Get(
	PFQuery query
)

Parameters

query
Type: Packflow.CorePFQuery

Return Value

Type: ListPFItemType
See Also