IPageVersionPresentations Property Ingeniux CMS Content Store API

Gets and sets the Presentations of this page version. This value is null by default, meaning there is no presentation for rendering in Page Builder mode.

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

IPagePresentationCollection Presentations { get; set; }

Property Value

Type: IPagePresentationCollection
Remarks

Presentations are runtime rendering of a Page, but stored as a data model instead of markup.

It is the bridge between Ingeniux CMS' structured content and easy rendering customization without development.

See Also

Reference