Click or drag to resize

PFItemRemoveItemRelation Method (ContentRelation, PFItem)

Removes an item relation between this item and 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 void RemoveItemRelation(
	ContentRelation relation,
	PFItem targetItem
)

Parameters

relation
Type: Packflow.ModelingContentRelation
Relation from the model.
targetItem
Type: Packflow.CorePFItem
The item to unlink.
See Also