Click or drag to resize

PageRelocateEventArgs Class


Event arguments that capture "Moving" of a Page or Pages.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Ingeniux.CMS.Event.EntityEventArgs<IPage>
      Ingeniux.CMS.Event.PageRelocateEventArgs
        Ingeniux.CMS.Event.PagePostCopyEventArgs

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
public class PageRelocateEventArgs : EntityEventArgs<IPage>

The PageRelocateEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPageRelocateEventArgs
Initializes a new instance of the PageRelocateEventArgs class
Top
Properties
  NameDescription
Public propertyEntity
Gets/sets the Entity, that is the object of the event
(Inherited from EntityEventArgs<T>.)
Public propertyRelocatePosition
Gets the target position relative to the Target Page
Public propertySession
Gets/set the session where the activity happens under
(Inherited from EntityEventArgs<T>.)
Public propertySinglePage
Gets whether this is a single Page operation or multiple Pages
Public propertyTargetPage
Gets the target Page where the Page or Pages are moving to
Top
See Also