Click or drag to resize

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.5.94
Syntax
IPage GlobalContentRoot { get; set; }

Property Value

Type: IPage
Remarks

Unlike pages, components can be marked for any Publishing Target. Only marked components under this page or the Root Page are published.

See Also