Click or drag to resize

PFItemAddItemRelation Method (Guid, PFItemReference)

Adds an item relation from this item to another.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItemRelation AddItemRelation(
	Guid modelRelationGuid,
	PFItemReference targetItem
)

Parameters

modelRelationGuid
Type: SystemGuid
Guid of the relation in the model.
targetItem
Type: Packflow.CorePFItemReference
The item to link.

Return Value

Type: PFItemRelation
The new persisted relation.
See Also