Click or drag to resize

IPagePresentationCollectionGetPublishingTargetIdsForPresentation Method


Retrieves ids of all Publishing Targets, that the specified Presentation will be published to

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
string[] GetPublishingTargetIdsForPresentation(
	IPagePresentation presentation
)

Parameters

presentation
Type: Ingeniux.CMS.PresentationIPagePresentation
The presentation to check

Return Value

Type: String
Ids of associated Publishing Targets
See Also