IPageMobilePresentation Interface |
Namespace: Ingeniux.CMS.Presentation
The IPageMobilePresentation type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentContainerId |
Gets/sets the id of the container element, that holds the rendering of this presentation
(Inherited from IPagePresentation.) | |
| Layout |
Gets the layout of the presentation, which is colletion of Layout Rows.
(Inherited from IPagePresentation.) | |
| Name |
Gets/sets the name of the presentation
(Inherited from IPagePresentation.) | |
| Notes |
Gets/sets the note of the presentation
(Inherited from IPagePresentation.) | |
| UserAgentSearchString |
Gets/sets the user agent for publication transform of the presentation
|
| Name | Description | |
|---|---|---|
| Columns |
Retrieves all layout columns that are placed under this presentation.
(Inherited from IPagePresentation.) | |
| ContentUnits |
Retrieves all content unit instances that are placed under this presentation.
(Inherited from IPagePresentation.) | |
| Format |
Produces the final HTML markup, on the specified Page Version, with
specified Presentation Formatter
(Inherited from IPagePresentation.) | |
| Rows |
Retrieves all layout rows that are placed under this presentation.
(Inherited from IPagePresentation.) | |
| SerializeForPage |
Produces XML element that will be injected into a published xml document of the a Page it belongs to
(Inherited from IPagePresentation.) |