Click or drag to resize

IAssetHooksOnBeforeUndoCheckOutAsset Method


Namespace:  Ingeniux.CMS.Models.Hooks
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void OnBeforeUndoCheckOutAsset(
	IAssetItem contentItem,
	bool recurisve,
	IUserWriteSession session
)

Parameters

contentItem
Type: Ingeniux.CMSIAssetItem

[Missing <param name="contentItem"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IAssetHooks.OnBeforeUndoCheckOutAsset(Ingeniux.CMS.IAssetItem,System.Boolean,Ingeniux.CMS.IUserWriteSession)"]

recurisve
Type: SystemBoolean

[Missing <param name="recurisve"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IAssetHooks.OnBeforeUndoCheckOutAsset(Ingeniux.CMS.IAssetItem,System.Boolean,Ingeniux.CMS.IUserWriteSession)"]

session
Type: Ingeniux.CMSIUserWriteSession

[Missing <param name="session"/> documentation for "M:Ingeniux.CMS.Models.Hooks.IAssetHooks.OnBeforeUndoCheckOutAsset(Ingeniux.CMS.IAssetItem,System.Boolean,Ingeniux.CMS.IUserWriteSession)"]

See Also