Click or drag to resize

IAssetManagerEvents.AssetFileUpdated 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.308
Syntax
event EventHandler<AssetCreationEventArgs> AssetFileUpdated

Value

Type: System.EventHandler<AssetCreationEventArgs>
Remarks
When this action is invoked, the objects involved have yet to be saved to the Content Store.
See Also