PagePostCopyEventArgsNewPage Property
|
Gets the new Page that was created as result of the copy action
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public IPage NewPage { get; }
Public ReadOnly Property NewPage As IPage
Get
public:
property IPage^ NewPage {
IPage^ get ();
}
member NewPage : IPage with get
Property Value
Type:
IPageSee Also