Click or drag to resize

IPagePresentationCollectionAssignPresentationPublishingTarget Method


Assigns which Publishing Targets the specified Presentation can will be published to

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool AssignPresentationPublishingTarget(
	string[] pubTgtIds,
	IPagePresentation presentation
)

Parameters

pubTgtIds
Type: SystemString
Collection of publishing target ids
presentation
Type: Ingeniux.CMS.PresentationIPagePresentation
The presentation to change publishing target ids on

Return Value

Type: Boolean
True if presentation exists, false otherwise
See Also