Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether files are scanned when uploaded.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UploadScanEnabled As Boolean
Get
Set
'Usage
Dim instance As SPAntivirusSettings
Dim value As Boolean
value = instance.UploadScanEnabled
instance.UploadScanEnabled = value
public bool UploadScanEnabled { get; set; }
Property Value
Type: System.Boolean
If true, files are scanned when they are uploaded; otherwise, false. The default is false.