Click or drag to resize

IPagePresentationCollectionRemovePresentations Method


Permanently removes all Presentations that can be published to the specified Publishing Target

Namespace: Ingeniux.CMS.Presentation
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemovePresentations(
	string pubTgtId
)

Parameters

pubTgtId  String
The id of the Publishing Target, on which remove associated Presentations

Return Value

Boolean
True if successfully removed, false if "pubTgtId" parameter not provided, or no Presentations associated with the given Publishing Target
See Also