IDocument ApiGet Malware Scan Status Method
Get the malware scan status of a given document.
If the antimalware feature is enabled, then return the status based on the scanning result.
Otherwise, always return the Cleaned status.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The malware scanning status.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
MalwareScanStatus GetMalwareScanStatus(
DocumentInfo documentInfo
)Parameters
- documentInfo DocumentInfo
- A given document.
Return Value
MalwareScanStatusThe malware scanning status.