Click or drag to resize

IPagePresentationCollectionRemovePresentation Method


Permanently removes one Presentation by its unique id

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemovePresentation(
	string presentationId
)

Parameters

presentationId
Type: SystemString
The id of the Presentation to remove

Return Value

Type: Boolean
True if successfully removed, false if presentation id is null or empty
See Also