PFItemRemoveItemRelation Method (Guid, PFItemReference) |
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 public void RemoveItemRelation(
Guid modelRelationGuid,
PFItemReference targetItem
)
Parameters
- modelRelationGuid
- Type: SystemGuid
Guid of the relation in the model. - targetItem
- Type: Packflow.CorePFItemReference
The item to unlink.
See Also