Click or drag to resize

IMobileDeviceManagerRemoveDeviceBundle Method


Removes a device bundle from the collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveDeviceBundle(
	IDeviceBundle bundle
)

Parameters

bundle
Type: Ingeniux.CMSIDeviceBundle
The device bundle to remove

Return Value

Type: Boolean
True if the bundle exists in the collection, false otherwise.
See Also