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.6.492
Syntax
IPagePresentation DefaultPresentationForPublishingTarget(
	string pubTgtId
)

Parameters

pubTgtId  String
Id of the Publishing Target

Return Value

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