PageRelocateEventArgsTargetPage Property
|
Gets the target Page where the Page or Pages are moving to
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public IPage TargetPage { get; }
Public ReadOnly Property TargetPage As IPage
Get
public:
property IPage^ TargetPage {
IPage^ get ();
}
member TargetPage : IPage with get
Property Value
Type:
IPageSee Also