Click or drag to resize

PFItemDeletePermanently Method

Deletes permanently an item from the database. Unless you want to clear temporary or confidential data, we highly recommend to use the classic Delete method on the PFItem.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static void DeletePermanently(
	PFItem item
)

Parameters

item
Type: Packflow.CorePFItem
See Also