IPagePresentationCollectionDefaultPresentationForPublishingTarget Method
|
Retrieves a presentation by an
Publishing Target, where its rendering template will be published,
when publishing to that target.
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIPagePresentation DefaultPresentationForPublishingTarget(
string pubTgtId
)
Function DefaultPresentationForPublishingTarget (
pubTgtId As String
) As IPagePresentation
IPagePresentation^ DefaultPresentationForPublishingTarget(
String^ pubTgtId
)
abstract DefaultPresentationForPublishingTarget :
pubTgtId : string -> IPagePresentation Parameters
- pubTgtId String
- Id of the Publishing Target
Return Value
IPagePresentationThe presentation that will be published on the specified Publishing Target, or null if no presentations can be published
to that target
See Also