Click or drag to resize

RedactDataDeleteRedaction Method

Deletes the specified redaction item.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public void DeleteRedaction(
	RedactItem item
)

Parameters

item
Type: Opait.RedactRedactItem
The redaction item to delete.
See Also