1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction
  6. /
  7. RedactorChangeLog

RedactorChangeLog

RedactorChangeLog class

Represents results for a list of redactions, passed to Apply() method of Redactor class.

public class RedactorChangeLog

Constructors

Name Description
RedactorChangeLog() Initializes a new instance of RedactorChangeLog class.

Properties

Name Description
RedactionLog { get; } Gets the list of RedactorLogEntry instances.
Status { get; } Gets the final status of all applied redactions.

Remarks

Learn more

See Also