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