Click or drag to resize

AssetRelocateEventArgs Class


Event arguments that capture "Moving" of a Asset Item or Items.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIAssetItem
      Ingeniux.CMS.EventAssetRelocateEventArgs
        Ingeniux.CMS.EventAssetPostCopyEventArgs

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

The AssetRelocateEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAssetRelocateEventArgsInitializes a new instance of the AssetRelocateEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertySession Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT)
Public propertyTargetParentFolder Gets the target Asset Folder where the Asset Item or Items are moving to
Top
See Also