Click or drag to resize

PFDataHubApplyRelationChanges Method

Applies changes to an item's relations.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html ApplyRelationChanges(
	long applicationId,
	long contentTypeId,
	long itemId,
	string relationName,
	Guid relationGuid,
	List<long> addedIds,
	List<long> removedIds
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
itemId
Type: SystemInt64
relationName
Type: SystemString
relationGuid
Type: SystemGuid
addedIds
Type: System.Collections.GenericListInt64
removedIds
Type: System.Collections.GenericListInt64

Return Value

Type: Html
See Also