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