AcceptRedaction

IRedactionCallback.AcceptRedaction method

This call is triggered right before applying any redaction to the document and allows to log or forbid it.

public bool AcceptRedaction(RedactionDescription description)
Parameter Type Description
description RedactionDescription Contains information about particular match type, criteria, text and position

Return Value

Return true to accept or false to decline particular match redaction

See Also