AuditLogTrimmingReportCallout Members
Include Protected Members
Include Inherited Members
Implements the IAuditLogTrimmingCallout interface to capture audit log reports before trimming the site's audit log and after the site's audit log is trimmed.
The AuditLogTrimmingReportCallout type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AuditLogTrimmingReportCallout | Initializes the new instance of the AudiLogTrimmingReportCallout object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAuditReportStorageLocation | Gets the storage location for audit log reports that are generated by the periodic trimming job. | |
GetAuditReportStorageLocationUrl | Gets the URL of the storage location for audit log reports that are generated by the periodic trimming job. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetAuditReportStorageLocation | Sets the storage location for audit log reports that are generated by the periodic trimming job. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAuditLogTrimmingCallout.AuditLogTrimmed | Called after the audit log for the specified site is trimmed, not implemented in AuditLogTrimmingReportCallout object. | |
IAuditLogTrimmingCallout.AuditLogTrimming | Generates an audit log report for the specified site for entries occured before the specified date. |
Top