Click or drag to resize

IDeviceBundleRemoveDevice Method


Note: This API is now obsolete.

Removes a device from bundle.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
[ObsoleteAttribute]
bool RemoveDevice(
	string deviceID
)

Parameters

deviceID  String
The id of the device to remove

Return Value

Boolean
True if device exists in the collection and is not the Representative Device, false if device doesn't exist in the collection.
Exceptions
ExceptionCondition
ArgumentExceptionWhen the device's user agent matches the Representative Device's user agent
See Also