SPAntivirusSettings.AllowQuarantinedFileDownload property
Gets or sets a value that indicates whether quarantined documents can be downloaded.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowQuarantinedFileDownload As Boolean
Get
Set
'Usage
Dim instance As SPAntivirusSettings
Dim value As Boolean
value = instance.AllowQuarantinedFileDownload
instance.AllowQuarantinedFileDownload = value
public bool AllowQuarantinedFileDownload { get; set; }
Property value
Type: System.Boolean
true if quarantined documents can be downloaded; otherwise, false.