Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetItemsByGroup Method

Gets grouped objects from 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<PFGroupedObjects> GetItemsByGroup(
	string contentTypeName,
	PFQuery query
)

Parameters

contentTypeName
Type: SystemString
query
Type: Packflow.CorePFQuery

Return Value

Type: ListPFGroupedObjects
See Also