ApplyTo

ExactPhraseRedaction.ApplyTo method

Applies the redaction to a given format instance.

public override RedactorLogEntry ApplyTo(DocumentFormatInstance formatInstance)
Parameter Type Description
formatInstance DocumentFormatInstance An instance of a document to apply redaction

Return Value

Status of the redaction: success/failure and error message if any

See Also