Click or drag to resize

IPagePresentationCollectionDefaultPresentationForPublishingTarget Method


Retrieves a presentation by an Publishing Target, where its rendering template will be published, when publishing to that target.

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPagePresentation DefaultPresentationForPublishingTarget(
	string pubTgtId
)

Parameters

pubTgtId
Type: SystemString
Id of the Publishing Target

Return Value

Type: IPagePresentation
The presentation that will be published on the specified Publishing Target, or null if no presentations can be published to that target
See Also