PFApplicationServicePackflowApplicationTypeGetRelatedItemsPocoItemType Method (String, Int64, String, PFItemRelationDirection) |
Gets items related to an item through a given relation.
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> GetRelatedItems<PocoItemType>(
string contentTypeName,
long sourceItemId,
string relationName,
PFItemRelationDirection direction
)
where PocoItemType : PFItem
Parameters
- contentTypeName
- Type: SystemString
- sourceItemId
- Type: SystemInt64
- relationName
- Type: SystemString
- direction
- Type: Packflow.CorePFItemRelationDirection
Type Parameters
- PocoItemType
Return Value
Type:
ListPocoItemTypeSee Also