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