Click or drag to resize

ICMSPageRenderingTemplate Interface

Represents the object that contains information on a rendering template for a presentation page.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
public interface ICMSPageRenderingTemplate : ICMSComponentFragmentTemplate

The ICMSPageRenderingTemplate type exposes the following members.

Properties
  NameDescription
Public propertyContainerId
Gets the element ID of the HTML element that will be used to contain template rendering.
Public propertyExists
Gets whether the template exists for this template. For DSS, if the template file doesn't exist, then this template doesn't exist.
(Inherited from ICMSComponentFragmentTemplate.)
Public propertyIsMobile
Gets whether this template is for a mobile device. When the user agent is not specified, this will be the fallback template for all mobile devices.
Public propertyPageId
Gets the page ID to which this template belongs.
(Inherited from ICMSComponentFragmentTemplate.)
Public propertyTemplateId
Gets this template's ID.
Public propertyUserAgent
Gets the user agent search string. Requests that have user agent containing this string can apply this rendering template.
Top
Methods
  NameDescription
Public methodGetContent
Gets the content of template in stream format.
(Inherited from ICMSComponentFragmentTemplate.)
Top
See Also