Click or drag to resize

IAssetHooksOnBeforeRollbackAsset Method


This method is invoked before an Asset is rolled back to its previous version.

Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void OnBeforeRollbackAsset(
	IAssetItem contentItem,
	IUserWriteSession session
)

Parameters

contentItem
Type: Ingeniux.CMSIAssetItem
The content item on which the Rollback will be performed.
session
Type: Ingeniux.CMSIUserWriteSession
The session that must be used to perform tasks on additional objects.
See Also