RedactorChangeLog Class
Represents results for a list of redactions, passed to Apply() method of Redactor class.
Inheritance Hierarchy
SystemObject
  GroupDocs.RedactionRedactorChangeLog

Namespace: GroupDocs.Redaction
Assembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.8
Syntax
public class RedactorChangeLog

The RedactorChangeLog type exposes the following members.

Constructors
  NameDescription
Public methodRedactorChangeLog
Initializes a new instance of RedactorChangeLog class.
Properties
  NameDescription
Public propertyRedactionLog
Gets the list of RedactorLogEntry instances.
Public propertyStatus
Gets the final status of all applied redactions.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Learn more
See Also