Represents the object that contains information regarding a page's template rendering.
It is only available if the presentation page uses template renderning, which means it has dynamic fields created from Page Builder.
It contains an collection of templates, each one for a specific user agent.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The ICMSPagePresentationInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentTemplate |
Gets the rendering presentation template to be used in the context of the current request.
| |
SitePath |
Gets the full path of site content
|
Remarks
Please note that Dynamic Site Server rendering engine takes care of rendering presentations automatically.
This object will only provide the information on the actual data structure of the presentation.
See Also