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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPAntivirusSettings Class

SPAntivirusSettings Members

Microsoft.SharePoint.Administration Namespace