Click or drag to resize

PFDataHubCanUnlinkItem Method

Checks if the current user can remove a relation between a source item and a target item. Returns "OK" if validated, else returns a translated error message.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string CanUnlinkItem(
	long applicationId,
	long contentTypeId,
	long itemId,
	long sourceApplicationId,
	long sourceContentTypeId,
	long sourceItemId
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
itemId
Type: SystemInt64
sourceApplicationId
Type: SystemInt64
sourceContentTypeId
Type: SystemInt64
sourceItemId
Type: SystemInt64

Return Value

Type: String
See Also