SPMobileComponent.RecycleBinEnabled, propriété (Microsoft.SharePoint.MobileControls)

Gets a value that indicates whether the current application allows deleted items to be put into the Recycle Bin instead of deleted entirely.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RecycleBinEnabled As Boolean
'Utilisation
Dim instance As SPMobileComponent
Dim value As Boolean

value = instance.RecycleBinEnabled
public bool RecycleBinEnabled { get; }

Valeur de la propriété

true if the current web site is associated with an SPWebApplication object and that object enables use of the Recycle Bin; otherwise, false. The default is false.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms