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.5.94
Syntax
bool RemovePresentations(
	string pubTgtId
)

Parameters

pubTgtId
Type: SystemString
The id of the Publishing Target, on which remove associated Presentations

Return Value

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