RedactionResult
Leave feedback
On this page
Represents a result of the redaction operation.
public class RedactionResult
| Name | Description |
|---|---|
| ErrorMessage { get; } | Gets the error message for diagnostics. |
| Status { get; } | Gets the execution status. |
| Name | Description |
|---|---|
| static Failed(string) | Initializes a new instance of RedactionResult class with Failed status. |
| static Partial(string) | Initializes a new instance of RedactionResult class with PartiallyApplied status. |
| static Skipped(string) | Initializes a new instance of RedactionResult class with Skipped status. |
| static Successful() | Initializes a new instance of RedactionResult class with Applied (successful) status. |
Learn more
- More details about redaction results: Redaction basics
- namespace GroupDocs.Redaction
- assembly GroupDocs.Redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.