Click or drag to resize

PFItemAddItemRelation Method (String, String, 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(
	string relationApplicationName,
	string relationName,
	PFItemReference targetItem
)

Parameters

relationApplicationName
Type: SystemString
Name of the application hosting the relation.
relationName
Type: SystemString
Name of the relation in the model.
targetItem
Type: Packflow.CorePFItemReference
The item to link.

Return Value

Type: PFItemRelation
The new persisted relation.
See Also