RedactionResult

RedactionResult class

Represents a result of the redaction operation.

public class RedactionResult

Properties

Name Description
ErrorMessage { get; } Gets the error message for diagnostics.
Status { get; } Gets the execution status.

Methods

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.

Remarks

Learn more

See Also