SiteTreeServicesEmptyRecycleFolder Method
|
Permenantly deletes all Pages placed under the Recycle Folder.
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public 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
Type:
XHRServiceResponseGenericBooleanTree when deletions are successful. Otherwise, returns error status
See Also