IPublishingTargetGlobalContentRoot Property
|
Get and sets the root
Location that contains all the components that also needs to be published.
This setting is only effective when the global content root is not under the
Root Page.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPage GlobalContentRoot { get; set; }
Property GlobalContentRoot As IPage
Get
Set
property IPage^ GlobalContentRoot {
IPage^ get ();
void set (IPage^ value);
}
abstract GlobalContentRoot : IPage with get, set
Property Value
Type:
IPageRemarks Unlike pages, components can be marked for any Publishing Target.
Only marked components under this page or the Root Page are published.
See Also