Share via


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)

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

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace