Sitecore 5.1.1 API

Settings.RecycleBinActive Property

Indicates if recycle bin is active.

[Visual Basic]
Public Shared ReadOnly Property RecycleBinActive As Boolean
[C#]
public static bool RecycleBinActive {get;}

Property Value

Default value: true.

Remarks

If true, deleted items are moved to the recycle bin rather than being physically deleted.

If false, items are always physically deleted.

See Also

Settings Class | Sitecore.Configuration Namespace