Click or drag to resize

AssetDeleteEventArgs Class


Event arguments that capture the information on deletion of an Asset or Asset Folder.
Inheritance Hierarchy

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class AssetDeleteEventArgs : ContentItemDeleteEventArgs<IAssetItem>

The AssetDeleteEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAssetDeleteEventArgsInitializes a new instance of the AssetDeleteEventArgs class
Top
Properties
 NameDescription
Public propertyAssetId Gets/set the unique id of the involved Asset or Asset Folder
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyPermenantDelete Gets/sets whether the deletion if permenant
(Inherited from ContentItemDeleteEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also