SPVirusCheckStatus Enumeration
SharePoint 2010
Describes the status of virus-scanning on an SPFile object.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
| Member name | Description | |
|---|---|---|
| Clean | No virus has been found. | |
| Infected | The file contains a virus. | |
| InfectedCleanable | The file contains a virus and it can be removed from the file. | |
| Cleaned | A virus was found and it was removed from the file. | |
| CleanFailed | A virus was found but it could not be removed from the file. | |
| Deleted | A virus was found and the file was deleted. | |
| Timeout | The virus-scanning operation timed out. |