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