Click or drag to resize

IPageVersionPresentations Property


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: 10.5.94
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