Click or drag to resize

AssetContentUpdateEventArgs Class


Event arguments for Asset checked-in content update
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIAsset
      Ingeniux.CMS.EventAssetContentUpdateEventArgs

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

The AssetContentUpdateEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAssetContentUpdateEventArgsInitializes a new instance of the AssetContentUpdateEventArgs class
Top
Properties
 NameDescription
Public propertyCheckedInContentModified Gets the time when checked-in content was modified
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyLastCheckedInContentModified Gets the time when last checked-in content was modified
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Top
See Also