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