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.3.169
Syntax IPagePresentationCollection Presentations { get; set; }
Property Presentations As IPagePresentationCollection
Get
Set
property IPagePresentationCollection^ Presentations {
IPagePresentationCollection^ get ();
void set (IPagePresentationCollection^ value);
}
abstract Presentations : IPagePresentationCollection with get, set
Property Value
Type:
IPagePresentationCollectionRemarks 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