Click or drag to resize

IAssetHooksOnAfterEmptyAssetRecycleFolder Method


This method is invoked after all Assets under the Recycle Folder were permanently removed.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void OnAfterEmptyAssetRecycleFolder(
	IAssetFolder recycleFolder,
	IUserSession session
)

Parameters

recycleFolder
Type: Ingeniux.CMSIAssetFolder
The Recycle Folder content item.
session
Type: Ingeniux.CMSIUserSession
The session that must be used to perform tasks on additional objects.
Remarks
When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also