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.492
Syntax
void OnBeforeRollbackAsset(
	IAssetItem contentItem,
	IUserWriteSession session
)

Parameters

contentItem  IAssetItem
The content item on which the Rollback will be performed.
session  IUserWriteSession
The session that must be used to perform tasks on additional objects.
See Also