Click or drag to resize

PFRelation_ItemRelationGet Method (PFQuery, String, Guid, PFItemRelationDirection)

Gets the relations with multiple properties:

-following a query,

-with a specific name,

-with a specific modeling GUID (optional),

-following the specified direction(s) (optional).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFItemRelation> Get(
	PFQuery query,
	string relationName,
	Guid relationModelGuid = null,
	PFItemRelationDirection direction = PFItemRelationDirection.Both
)

Parameters

query
Type: Packflow.CorePFQuery
relationName
Type: SystemString
relationModelGuid (Optional)
Type: SystemGuid
direction (Optional)
Type: Packflow.CorePFItemRelationDirection

Return Value

Type: ListPFItemRelation
See Also