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.6.492
Syntax
bool AssignPresentationPublishingTarget(
	string[] pubTgtIds,
	IPagePresentation presentation
)

Parameters

pubTgtIds  String
Collection of publishing target ids
presentation  IPagePresentation
The presentation to change publishing target ids on

Return Value

Boolean
True if presentation exists, false otherwise
See Also