Click or drag to resize

AssetRegionRootCopyEventArgs Class


Event arguments that capture the state of post "Lingual Copy" of a Asset or Asset Folder.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIAssetItem
      Ingeniux.CMS.EventAssetRelocateEventArgs
        Ingeniux.CMS.EventAssetPostCopyEventArgs
          Ingeniux.CMS.EventAssetRegionRootCopyEventArgs

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class AssetRegionRootCopyEventArgs : AssetPostCopyEventArgs

The AssetRegionRootCopyEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAssetRegionRootCopyEventArgs
Initializes a new instance of the AssetRegionRootCopyEventArgs class
Top
Properties
  NameDescription
Public propertyEntity
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT.)
Public propertyLingualMaps (Inherited from AssetPostCopyEventArgs.)
Public propertyNewAsset
Gets the new Asset that was created as result of the copy action
(Inherited from AssetPostCopyEventArgs.)
Public propertySession
Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT.)
Public propertyTargetLocale
Gets the Locale of created new Asset or Asset Folder.
Public propertyTargetParentFolder
Gets the target Asset Folder where the Asset Item or Items are moving to
(Inherited from AssetRelocateEventArgs.)
Top
See Also