SPWebApplication.RecycleBinCleanupEnabled Property

Gets or sets a value that determines whether recycle bin cleanup is enabled.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property RecycleBinCleanupEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.RecycleBinCleanupEnabled

instance.RecycleBinCleanupEnabled = value
public bool RecycleBinCleanupEnabled { get; set; }

Property Value

Type: System.Boolean
true if recycle bin cleanup is enabled; otherwise, false. The default value is true.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace