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
)
Function GetPublishingTargetIdsForPresentation (
presentation As IPagePresentation
) As String()
array<String^>^ GetPublishingTargetIdsForPresentation(
IPagePresentation^ presentation
)
abstract GetPublishingTargetIdsForPresentation :
presentation : IPagePresentation -> string[]
Parameters
- presentation
- Type: Ingeniux.CMS.PresentationIPagePresentation
The presentation to check
Return Value
Type:
StringIds of associated
Publishing TargetsSee Also