IMobileDeviceManagerRemoveDeviceBundle Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool 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