Click or drag to resize

PFRelation_ContentTypeItemGet Method (PFQuery)

Gets children items by a given query.

Note: the query cannot contain any group or aggregation.

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

Parameters

query
Type: Packflow.CorePFQuery

Return Value

Type: ListPFItem
See Also