Click or drag to resize

PFApplicationServicePackflowApplicationTypeRemoveItemRelation Method (String, Int64, String, Int64)

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,
	long targetItemId
)

Parameters

contentTypeName
Type: SystemString
sourceItemId
Type: SystemInt64
relationName
Type: SystemString
targetItemId
Type: SystemInt64
See Also