Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetRelatedItems 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<PFItem> GetRelatedItems(
	string contentTypeName,
	long sourceItemId,
	string relationName
)

Parameters

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

Return Value

Type: ListPFItem
See Also