IDeviceBundleRemoveDevice Method
|
Note: This API is now obsolete.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax[ObsoleteAttribute]
bool RemoveDevice(
string deviceID
)
<ObsoleteAttribute>
Function RemoveDevice (
deviceID As String
) As Boolean
[ObsoleteAttribute]
bool RemoveDevice(
String^ deviceID
)
[<ObsoleteAttribute>]
abstract RemoveDevice :
deviceID : string -> bool Parameters
- deviceID String
- The id of the device to remove
Return Value
BooleanTrue if device exists in the collection and is not the Representative Device, false if device doesn't exist in the collection.
Exceptions| Exception | Condition |
|---|
| ArgumentException | When the device's user agent matches the Representative Device's user agent |
See Also