Click or drag to resize

ISiteEmptyRecycleFolder Method


Permenantly delete all Pages under Recycle Folder.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void EmptyRecycleFolder()
Exceptions
ExceptionCondition
SecurityExceptionWhen Operating User doesn't have the right to Delete Pages.
Remarks

Two events are fired during execution of this method: BeforeEmptyRecycleFolder and AfterEmptyRecycleFolder.

See Also