IPagePresentationCollectionRemovePresentations Method
|
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemovePresentations(
string pubTgtId
)
Function RemovePresentations (
pubTgtId As String
) As Boolean
bool RemovePresentations(
String^ pubTgtId
)
abstract RemovePresentations :
pubTgtId : string -> bool Parameters
- pubTgtId String
- The id of the Publishing Target, on which remove associated Presentations
Return Value
BooleanTrue if successfully removed, false if "pubTgtId" parameter not provided, or no
Presentations
associated with the given
Publishing Target
See Also