IPublishingTargetRootPage Property
|
Gets/sets the root
Page for this target.
Pages (not components) must be under this root page in order to be marked for publish. Only marked-for-publish pages under this page will be published.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPage RootPage { get; set; }
Property RootPage As IPage
Get
Set
property IPage^ RootPage {
IPage^ get ();
void set (IPage^ value);
}
abstract RootPage : IPage with get, set
Property Value
Type:
IPageSee Also