diff --git a/content/features/content-management/index.md b/content/features/content-management/index.md index f83cbc933..88606dfd1 100644 --- a/content/features/content-management/index.md +++ b/content/features/content-management/index.md @@ -11,4 +11,7 @@ Following is an list of content management features within **DNN Platform**. ## [Sites](xref:sites) Learn the features of sites within **DNN Platform**. +## [Recycle Bin](xref:recycle-bin) +The Recycle Bin is the temporary stop of content that is deleted from a DNN Site. + Please click the **Improve this Doc** button above to help us improve this page. \ No newline at end of file diff --git a/content/features/content-management/recycle-bin/index.md b/content/features/content-management/recycle-bin/index.md new file mode 100644 index 000000000..9c07c40ea --- /dev/null +++ b/content/features/content-management/recycle-bin/index.md @@ -0,0 +1,17 @@ +--- +uid: recycle-bin +locale: en +title: Recycle Bin +dnnversion: 09.10.00 +--- +# Recycle Bin +# Overview +Just like your computer, when you delete content from your website it does not instantly get deleted from the system. Instead it is sent to a recycling bin that can be found under `Content` - `Recycle Bin`. There you will be able to view, restore, or permanently delete content that has been sent to the bin. If you want to empty your recycling bin, you can press the `Empty Recycle Bin` button. + +![RecycleBin](/images/RecycleBin.PNG) + + +# Performance and Memory +It is recommended that you watch your recycling bin and clear it regularly just like your computer's recycling bin. +>[!Warning] +> Letting it grow out of control can have negative side effects on your site. diff --git a/content/features/index.md b/content/features/index.md index ffd755026..b3c3fdfb2 100644 --- a/content/features/index.md +++ b/content/features/index.md @@ -66,7 +66,6 @@ Tools and utilities features within **DNN Platform**. * Password Expiry * Profanity Filter * Providers -* Recycle Bin * Scheduler / Scheduled Tasks * Search * Security diff --git a/content/features/toc.md b/content/features/toc.md index 98344cc48..53a2b4cb0 100644 --- a/content/features/toc.md +++ b/content/features/toc.md @@ -6,6 +6,7 @@ # [Content Management](xref:content-management) ## [Sites](xref:sites) ### [Import/Export](xref:import-export) +## [Recycle Bin](xref:recycle-bin) # [Extensibility](xref:extensibility) ## [Event System](xref:event-system) ## [Extensions](xref:extensions) diff --git a/images/RecycleBin.PNG b/images/RecycleBin.PNG new file mode 100644 index 000000000..eaaaa223f Binary files /dev/null and b/images/RecycleBin.PNG differ