Interface IScannedFileItem


public interface IScannedFileItem
Common interface for file items that have been scanned for malware.
Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the malware scan report, representing the results of the malware scan.
  • Method Details

    • getMalwareScanReport

      MalwareScanReport getMalwareScanReport()
      Returns the malware scan report, representing the results of the malware scan.
      Returns:
      the malware scan report for this file item.