Click or drag to resize

IAssetManagerEventsAssetFileUpdated Event


This method is invoked after an edit to an Asset File is saved.

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

Value

EventHandlerAssetCreationEventArgs
Remarks
When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also