IPagePresentationCollectionRemovePresentation Method
|
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemovePresentation(
string presentationId
)
Function RemovePresentation (
presentationId As String
) As Boolean
bool RemovePresentation(
String^ presentationId
)
abstract RemovePresentation :
presentationId : string -> bool Parameters
- presentationId String
- The id of the Presentation to remove
Return Value
BooleanTrue if successfully removed, false if presentation id is null or empty
See Also