SPFileSaveBinaryParameters.OutVirusCheckStatus Property
Gets a value that describes the status of virus-checking on the file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property OutVirusCheckStatus As SPVirusCheckStatus
Get
Friend Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As SPVirusCheckStatus
value = instance.OutVirusCheckStatus
public SPVirusCheckStatus OutVirusCheckStatus { get; internal set; }
Property Value
Type: Microsoft.SharePoint.SPVirusCheckStatus
One of the enumeration values that describes the status of virus-scanning. The default is SPVirusCheckStatus.Clean.
Remarks
You can use this property to monitor the status of virus-scanning on a file by checking the property value after you save the file.
See Also
Reference
SPFileSaveBinaryParameters Class