| TrashHandler |
The interface for managing the basic trash operations of the Recycle Bin,
which include:
Deleting trash entries
Moving trash entries out of the Recycle Bin to new destinations
Restoring trash entries to their original locations
These operations are supported for the following entities via their
respective trash handlers:
BlogsEntry via BlogsEntryTrashHandler
BookmarksEntry via BookmarksEntryTrashHandler
DLFileEntry via DLFileEntryTrashHandler
DLFileShortcut via DLFileShortcutTrashHandler
DLFolder via DLFolderTrashHandler
MBThread via MBThreadTrashHandler
WikiNode via WikiNodeTrashHandler
WikiPage via WikiPageTrashHandler
|