ICMSPagePresentationInformation Interface Ingeniux DSS Library
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

public interface ICMSPagePresentationInformation

The ICMSPagePresentationInformation type exposes the following members.

Properties

  NameDescription
Public propertyCurrentTemplate
Gets the rendering presentation template to be used in the context of the current request.
Public propertySitePath
Gets the full path of site content
Top
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

Reference