Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetRelatedItemsByQuery Method (String, Int64, String, PFQuery)

Gets items related to an item through a given relation, using a query.

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<PFItem> GetRelatedItemsByQuery(
	string contentTypeName,
	long sourceItemId,
	string relationName,
	PFQuery query
)

Parameters

contentTypeName
Type: SystemString
sourceItemId
Type: SystemInt64
relationName
Type: SystemString
query
Type: Packflow.CorePFQuery

Return Value

Type: ListPFItem
See Also