ISchemaBasicIsDynamicSitePage Property Ingeniux CMS Content Store API

Gets and sets whether the page to be created from this schema is a Dynamic Site Server page or a traditional XSLT page. Dynamic Site Server pages are not required to have stylesheet values.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool IsDynamicSitePage { get; set; }

Property Value

Type: Boolean
Remarks

On a Dynamic Site Server (Run-time) site, the rendering engine first searches for the view that matches either the value of ViewName, or the RootName of page document. If view doesn't exist for either case, it tries to fall back to stylesheet. Setting this property to true only means it is not needed to set the stylesheet property; it doesn't mean we cannot set it.

Also, setting it to true doesn't mean that the ViewName property is required.

The purpose of this property is for visual presentation only in the CMS schema designer user interface.

See Also

Reference