PFApplicationServicePackflowApplicationTypeGetRelatedItemsByQueryPocoItemType 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 protected List<PocoItemType> GetRelatedItemsByQuery<PocoItemType>(
string contentTypeName,
long sourceItemId,
string relationName,
PFQuery query
)
where PocoItemType : PFItem
Parameters
- contentTypeName
- Type: SystemString
- sourceItemId
- Type: SystemInt64
- relationName
- Type: SystemString
- query
- Type: Packflow.CorePFQuery
Type Parameters
- PocoItemType
Return Value
Type:
ListPocoItemTypeSee Also