RedactionStatus
RedactionStatus enumeration
Represents a redaction completion status.
public enum RedactionStatus
Values
Name | Value | Description |
---|---|---|
Applied | 0 |
Redaction was fully and successfully applied. |
PartiallyApplied | 1 |
Redaction was aplied only to a part of its matches. |
Skipped | 2 |
Redaction was skipped (not applied). |
Failed | 3 |
Redaction failed with exception. |
Remarks
Learn more
- More details about redaction statuses: Redaction basics
See Also
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction