public class RedactorLogEntry extends Object
Represents results of applying redaction.
Learn more
| Constructor and Description |
|---|
RedactorLogEntry(Redaction redaction,
RedactionResult result)
Initializes a new instance of RedactorLogEntry class for redaction.
|
| Modifier and Type | Method and Description |
|---|---|
Redaction |
getRedaction()
Gets the reference to redaction and its options.
|
RedactionResult |
getResult()
Gets the result, returned by
GroupDocs.Redaction.Integration.DocumentFormatInstance. |
public RedactorLogEntry(Redaction redaction, RedactionResult result)
Initializes a new instance of RedactorLogEntry class for redaction.
redaction - Reference to redactionresult - Redaction result, reported by format handlerpublic final Redaction getRedaction()
Gets the reference to redaction and its options.
public final RedactionResult getResult()
Gets the result, returned by GroupDocs.Redaction.Integration.DocumentFormatInstance.
GroupDocs.Redaction.Integration.DocumentFormatInstance.Copyright © 2025. All rights reserved.