Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetRelatedItemsPocoItemType Method (String, Int64, String)

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
C#
protected List<PocoItemType> GetRelatedItems<PocoItemType>(
	string contentTypeName,
	long sourceItemId,
	string relationName
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
sourceItemId
Type: SystemInt64
relationName
Type: SystemString

Type Parameters

PocoItemType

Return Value

Type: ListPocoItemType
See Also