Click or drag to resize

IAssetManagerEventsAfterAssetMove Event


This event is fired after an Asset is moved.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
event EventHandler<AssetRelocateEventArgs> AfterAssetMove

Value

EventHandlerAssetRelocateEventArgs
Remarks
Please note the event fires when a Asset is moved within session, not when it is actually saved in content store
See Also