RedactorChangeLogRedactionLog Property |
Namespace: GroupDocs.RedactionAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.8
Syntaxpublic List<RedactorLogEntry> RedactionLog { get; }
Public ReadOnly Property RedactionLog As List(Of RedactorLogEntry)
Get
public:
property List<RedactorLogEntry^>^ RedactionLog {
List<RedactorLogEntry^>^ get ();
}
member RedactionLog : List<RedactorLogEntry> with get
Property Value
Type:
ListRedactorLogEntry
See Also