Click or drag to resize

RegionRootCopyEventArgs Class


Event arguments that capture the state of post "Lingual Copy" of a Page.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsIPage
      Ingeniux.CMS.EventPageRelocateEventArgs
        Ingeniux.CMS.EventPagePostCopyEventArgs
          Ingeniux.CMS.EventRegionRootCopyEventArgs

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

The RegionRootCopyEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRegionRootCopyEventArgs
Initializes a new instance of the RegionRootCopyEventArgs class
Top
Properties
  NameDescription
Public propertyEntity
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT.)
Public propertyLingualMaps (Inherited from PagePostCopyEventArgs.)
Public propertyNewPage
Gets the new Page that was created as result of the copy action
(Inherited from PagePostCopyEventArgs.)
Public propertyRelocatePosition
Gets the target position relative to the Target Page
(Inherited from PageRelocateEventArgs.)
Public propertySession
Gets/set the session where the activity happens under
(Inherited from EntityEventArgsT.)
Public propertySinglePage
Gets whether this is a single Page operation or multiple Pages
(Inherited from PageRelocateEventArgs.)
Public propertyTargetLocale
Gets the Locale of created new Page.
Public propertyTargetPage
Gets the target Page where the Page or Pages are moving to
(Inherited from PageRelocateEventArgs.)
Top
See Also