RedactorChangeLog class

RedactorChangeLog class

Represents results for a list of redactions passed to the Redactor.apply() method.

Learn more

The RedactorChangeLog type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of RedactorChangeLog class.

Properties

Property Description
redaction_log The list of RedactorLogEntry instances.
status The final status of all applied redactions.

See Also