SiteTreeServicesEmptyRecycleFolder Method
|
Permenantly deletes all Pages placed under the Recycle Folder.
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<bool> EmptyRecycleFolder()
Public Function EmptyRecycleFolder As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ EmptyRecycleFolder() sealed
abstract EmptyRecycleFolder : unit -> XHRServiceResponseGeneric<bool>
override EmptyRecycleFolder : unit -> XHRServiceResponseGeneric<bool>
Return Value
XHRServiceResponseGenericBooleanTree when deletions are successful. Otherwise, returns error status
See Also