Click or drag to resize

PFDataHubCanDeleteItem Method

Checks if the current user can delete the specified 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 CanDeleteItem(
	long applicationId,
	long contentTypeId,
	long itemId
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
itemId
Type: SystemInt64

Return Value

Type: String
See Also