Click or drag to resize

IPagePresentationCollection Methods


The IPagePresentationCollection type exposes the following members.

Methods
  Name Description
Public method AddDefaultPresentation Creates a new presentation, with information of applied Publishing Targets
Public method AddMobilePresentation  
Public method AllContentUnitInstances Retrieves all Content Unit Instances across all Presentations in this collection
Public method AssignPresentationPublishingTarget Assigns which Publishing Targets the specified Presentation can will be published to
Public method Clear Permanently remove all presentations from the collection
Public method Count Retrieves the total number of Presentations in this collection
Public method DefaultPresentationForPublishingTarget Retrieves a presentation by an Publishing Target, where its rendering template will be published, when publishing to that target.
Public method DefaultPresentations Retrieves all Presentations
Public method ElementReferences Find out how many times the specified element has been used in Presentations across this collection
Public method GetPublishingTargetIdsForPresentation Retrieves ids of all Publishing Targets, that the specified Presentation will be published to
Public method MobilePresentationForPublishingTarget  
Public method MobilePresentations  
Public method MobilePresentationsForPublishingTarget  
Public method Presentation Retrieves a presentation by its unique id
Public method Code example Publish

Publishes the markup templates of the presentation associated with the given Publishing Target. The markup templates are to be generated as individual files located under "RenderingTemplates" folder.

It will live in a folder named after the Page's id.

The file names will be the Presentation names, which ".igxt" as extension

Example
default.igxt

Public method RemovePresentation Permanently removes one Presentation by its unique id
Public method RemovePresentations Permanently removes all Presentations that can be published to the specified Publishing Target
Public method SerializeForPage Produces the XML element that will be injected into Page XML upon publish
Top
See Also