Interface IChartUndoDeleteAuditEvent

All Superinterfaces:
IAuditEvent

public interface IChartUndoDeleteAuditEvent extends IAuditEvent
An event that was generated during the processing of a "chart undo delete" operation against the Information Store. IChartUndoDeleteAuditEvent makes information about the operation available to the audit logging mechanism.
Since:
12.1
  • Method Details

    • getChart

      IChartInfo getChart()
      Gets an IChartInfo that contains information about the chart that was undeleted during a "chart undo delete" operation.
      Returns:
      See above.