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.6.492
Syntax
bool RemoveDeviceBundle(
	IDeviceBundle bundle
)

Parameters

bundle  IDeviceBundle
The device bundle to remove

Return Value

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