Click or drag to resize

AssetRenameEventArgs Class


Event arguments that capture "Rename" action of a Asset or Asset Folder.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIAssetItem
      Ingeniux.CMS.EventAssetRenameEventArgs

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

The AssetRenameEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAssetRenameEventArgsInitializes a new instance of the AssetRenameEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyNewName Gets the new name
Public propertyOldName Gets the old name
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also