Click or drag to resize

PagePostCopyEventArgs Class


Event arguments that capture the state of post "Copy" action 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.6.492
Syntax
public class PagePostCopyEventArgs : PageRelocateEventArgs

The PagePostCopyEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPagePostCopyEventArgsInitializes a new instance of the PagePostCopyEventArgs class
Top
Properties
 NameDescription
Public propertyEntity Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgsT)
Public propertyLingualMaps 
Public propertyNewPage Gets the new Page that was created as result of the copy action
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 propertyTargetPage Gets the target Page where the Page or Pages are moving to
(Inherited from PageRelocateEventArgs)
Top
See Also