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.6.492
Syntax
bool RemovePresentation(
	string presentationId
)

Parameters

presentationId  String
The id of the Presentation to remove

Return Value

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