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
)
Sub OnBeforeRollbackAsset (
contentItem As IAssetItem,
session As IUserWriteSession
)
void OnBeforeRollbackAsset(
IAssetItem^ contentItem,
IUserWriteSession^ session
)
abstract OnBeforeRollbackAsset :
contentItem : IAssetItem *
session : IUserWriteSession -> unit
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