| IMobileDeviceManagerRemoveDeviceBundle Method  | 
        
        
          
          
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
 Syntax
Syntaxbool RemoveDeviceBundle(
	IDeviceBundle bundle
)
Function RemoveDeviceBundle ( 
	bundle As IDeviceBundle
) As Boolean
bool RemoveDeviceBundle(
	IDeviceBundle^ bundle
)
abstract RemoveDeviceBundle : 
        bundle : IDeviceBundle -> bool 
Parameters
- bundle
- Type: Ingeniux.CMSIDeviceBundle
 The device bundle to remove
Return Value
Type: 
BooleanTrue if the 
bundle exists in the collection, false otherwise.
 See Also
See Also