Click or drag to resize

PFApplicationServicePackflowApplicationTypeRemoveItemRelation Method (String, Int64, String, PFItem)

Removes an item relation between two items.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void RemoveItemRelation(
	string contentTypeName,
	long sourceItemId,
	string relationName,
	PFItem targetItem
)

Parameters

contentTypeName
Type: SystemString
sourceItemId
Type: SystemInt64
relationName
Type: SystemString
targetItem
Type: Packflow.Core.PocoPFItem
See Also