Click or drag to resize

PFApplicationService<PackflowApplicationType>.RemoveItemRelation 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: System.String
sourceItemId
Type: System.Int64
relationName
Type: System.String
targetItem
Type: Packflow.Core.Poco.PFItem
See Also